username@email.com
2024-09-09 cc170291673472d3cda8d7ea77f6bd3a3b5dbb83
CoreCms.Net.Model/FromBody/FMId.cs
@@ -1,10 +1,10 @@
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *         CreateTime: 2021/1/31 21:45:10
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统
 *                Web: http://chuanyin.com
 *             Author:
 *              Email:
 *         CreateTime: 202403/02
 *        Description: 暂无
 ***********************************************************************/
@@ -23,8 +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