This commit is contained in:
“wanyongkang”
2021-05-28 17:26:55 +08:00
parent 4e3185dc8f
commit 8558a808dc
3 changed files with 15 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ namespace Hncore.Pass.Vpn.Request.Product
public int? ProductId { get; set; }
public int? PackageId { get; set; }
public string Channel { get; set; }
public List<int> ProductIds { get; set; }