CoreCms.Net.Model/FromBody/FMId.cs
@@ -23,13 +23,26 @@ [Display(Name = "序列")] [Required(ErrorMessage = "请输入要提交的序列参数")] public int id { get; set; } /// <summary> /// 字段 /// </summary> public object data { get; set; } = null; /// <summary> /// 类型 /// </summary> public object type { get; set; }=null; /// <summary> /// 铺货还是退货 /// </summary> public int jintui { get; set; } /// <summary> /// 货品id /// </summary> public int productsId { get; set; } } public class FMIntIdByListIntData