Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_CZInfo_mes.cs
@@ -47,6 +47,26 @@
        public string LDTM { get; set; }
        /// <summary>
        /// å·¦è½¦è½®æ¡ç 
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左车轮条码")]
        public string LeftCLTM { get; set; }
        /// <summary>
        /// ä¸­è½¦è½®æ¡ç 
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中车轮条码")]
        public string MiddleCLTM { get; set; }
        /// <summary>
        /// å³è½¦è½®æ¡ç 
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左车轮条码")]
        public string RightCLTM { get; set; }
        /// <summary>
        /// çŠ¶æ€   1-创建  2-入库 3-输送线完成         ï¼ˆç«™å°ç»™ä¿¡å·åŽï¼‰   4-agv任务下发   5-agv取货完成  6-agv完成
        /// ç›´èµ°ï¼ˆ11-直走创建  12-直走中  13-直走完成 ï¼‰
        /// </summary>
@@ -322,5 +342,33 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径")]
        public string MPZZJ { get; set; }
        /// <summary>
        /// æ˜¯å¦æš‚存,暂存状态(0为正常,1为暂存)
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "暂存状态")]
        public int TemporaryState { get; set; }
        /// å·¦è¿‡ç›ˆé‡
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左过盈量")]
        public string LeftCLinterference { get; set; }
        /// <summary>
        /// å³è¿‡ç›ˆé‡
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右过盈量")]
        public string RightCLinterference { get; set; }
        /// <summary>
        /// ä¸­è¿‡ç›ˆé‡
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "中过盈量")]
        public string MiddleCLinterference { get; set; }
    }
}