This commit is contained in:
“wanyongkang”
2021-05-27 09:23:02 +08:00
parent 28ae9d410b
commit 9907f87ee9
11 changed files with 110 additions and 74 deletions

View File

@@ -11,7 +11,7 @@ namespace Home.Models
public int? OrderType { get; set; } = 0;//OrderType
public int ProductId { get; set; } = 0;
public int PackageId { get; set; } = 0;
public string PackageId { get; set; } = "0";
public int IsRefund { get; set; }
}