dengjunjie
2025-10-26 26dbfbfc18fe54c9f36121111275300a7c102be7
н¨Îļþ¼Ð/WIDESEA_WMSServer/WIDESEA_Model/Models/WMSInfo/Dt_MessageInfo.cs
@@ -21,7 +21,19 @@
        public int Id { get; set; }
        /// <summary>
        /// å¼‚常信息名称
        /// å¼‚常信息分组(设备报警,库存过期报警,物料维护报警,低库存报警,创建出入库单报警)
        /// </summary>
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "异常信息分组")]
        public int MessageGroupBy { get; set; }
        /// <summary>
        /// çŠ¶æ€
        /// </summary>
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "状态")]
        public int MessageStatus { get; set; }
        /// <summary>
        /// å¼‚常信息名称(获取上游入库单异常。。。)
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "异常信息名称")]
        public string MessageName { get; set; }
@@ -33,9 +45,9 @@
        public string MessageInfo { get; set; }
        /// <summary>
        /// çŠ¶æ€
        /// å¤‡æ³¨(库存过期预警时传入物料编号和批次号)
        /// </summary>
        [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "状态")]
        public int MessageStatus { get; set; }
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")]
        public string MessageRemark { get; set; }
    }
}