【修复】修复秒杀列表显示错误的问题。

This commit is contained in:
大灰灰
2022-10-25 15:12:04 +08:00
parent 3aacf52dbb
commit b6739902da
7 changed files with 13 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ namespace CoreCms.Net.Model.FromBody
public int id { get; set; }
public int groupId { get; set; }
public string type { get; set; }
public int type { get; set; }
public bool needSku { get; set; } = false;