This commit is contained in:
“wanyongkang”
2021-05-28 11:03:39 +08:00
parent fcc855c586
commit 2496381c0a
5 changed files with 23 additions and 14 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; } = -100;//OrderType
public int ExpiredDay { get; set; } = -100;//OrderType
public int ProductId { get; set; } = 0;
public string PackageId { get; set; } = "0";