huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
ÏîÄ¿´úÂë/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,85 @@
        /// </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; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„A1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径A1")]
        public string MPZA1 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„A2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径A2")]
        public string MPZA2 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„A3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径A3")]
        public string MPZA3 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„A
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径A")]
        public string MPZA { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„B1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径B1")]
        public string MPZB1 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„B2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径B2")]
        public string MPZB2 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„B3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径B3")]
        public string MPZB3 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„B
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径B")]
        public string MPZB { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„C1
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径C1")]
        public string MPZC1 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„C2
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径C2")]
        public string MPZC2 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„C3
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径C3")]
        public string MPZC3 { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„C
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径C")]
        public string MPZC { get; set; }
        /// <summary>
        /// ä¸­ç›˜åº§ç›´å¾„
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "中盘座直径")]
        public string MPZZJ { get; set; }
    }
}