This commit is contained in:
“wanyongkang”
2021-05-26 17:06:41 +08:00
parent 5b0cf4c51f
commit 28ae9d410b
4 changed files with 40 additions and 44 deletions

View File

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