刘磊
2025-06-25 2de09bec5cc05bf875543fa8956167ca7db73021
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_CZInfo_mes.cs
@@ -19,10 +19,12 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int ID { get; set; }
        /// <summary>
        /// è½¦è½´æ¡ç 
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴条码")]
        [SugarColumn(Length = 50, ColumnDescription = "车轴条码")]
        public string CZTM { get; set; }
        /// <summary>
@@ -45,7 +47,8 @@
        public string LDTM { get; set; }
        /// <summary>
        /// çŠ¶æ€   1-创建  2-入库 3-完成
        /// çŠ¶æ€   1-创建  2-入库 3-输送线完成         ï¼ˆç«™å°ç»™ä¿¡å·åŽï¼‰   4-agv任务下发   5-agv取货完成  6-agv完成
        /// ç›´èµ°ï¼ˆ11-直走创建  12-直走中  13-直走完成 ï¼‰
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "状态")]
        public string CurrentStatue { get; set; }
@@ -239,5 +242,11 @@
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "右轮座等级")]
        public string YLZDJ { get; set; }
        /// <summary>
        /// agv地址
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "agv目标地址")]
        public string AGVaddres { get; set; }
    }
}