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

@@ -8,7 +8,7 @@ namespace Home.Models
{
public DateTime? BTime { get; set; }
public DateTime? ETime { get; set; }
public int? ExpiredDay { get; set; } = -1;//OrderType
public int? ExpiredDay { get; set; } = -100;//OrderType
public int ProductId { get; set; } = 0;
public string PackageId { get; set; } = "0";