1
刘磊
2026-03-05 f45293a0c3c9838567d6ff01eae53157a9ed5284
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_CarBodyInfo.cs
ÎļþÃû´Ó ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_CarBody.cs ÐÞ¸Ä
@@ -29,11 +29,11 @@
        public string PalletCode { get; set; }
        /// <summary>
        /// å·¥å•号
        /// ç„Šè£…工单号
        /// </summary>
        [ImporterHeader(Name = "工单号")]
        [ExporterHeader(DisplayName = "工单号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "工单号")]
        [ImporterHeader(Name = "焊装工单号")]
        [ExporterHeader(DisplayName = "焊装工单号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "焊装工单号")]
        public string workOrderNo { get; set; }
        /// <summary>
@@ -44,9 +44,16 @@
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "PVI码")]
        public string PVI { get; set; }
        /// <summary>
        /// RFID
        /// </summary>
        [ImporterHeader(Name = "RFID")]
        [ExporterHeader(DisplayName = "RFID")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "RFID")]
        public string RFID { get; set; }
        /// <summary>
        /// è½¦èº«ç±»åž‹  1-白车身  2-彩车身
        /// è½¦èº«ç±»åž‹  1-白车身  2-彩车身  3-空撬组
        /// </summary>
        [ImporterHeader(Name = "车身类型")]
        [ExporterHeader(DisplayName = "车身类型")]
@@ -94,12 +101,20 @@
        public string skylightCharacteristic { get; set; }
        /// <summary>
        /// è½¦èº«çŠ¶æ€
        /// è½¦èº«é¢œè‰²
        /// </summary>
        [ImporterHeader(Name = "车身颜色")]
        [ExporterHeader(DisplayName = "车身颜色")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "车身颜色")]
        public string carBodyCharacteristic { get; set; }
        /// <summary>
        /// è½¦èº«çŠ¶æ€ 0-未锁定  1-锁定
        /// </summary>
        [ImporterHeader(Name = "车身状态")]
        [ExporterHeader(DisplayName = "车身状态")]
        [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "车身状态")]
        public string BodyStatus { get; set; }
        [SugarColumn(IsNullable = true,  ColumnDescription = "车身状态")]
        public int BodyStatus { get; set; }
        /// <summary>
        /// ç„Šè£…入口过点时间
@@ -107,7 +122,7 @@
        [ImporterHeader(Name = "焊装入口过点时间")]
        [ExporterHeader(DisplayName = "焊装入口过点时间")]
        [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "焊装入口过点时间")]
        public string biwInPassTime { get; set; }
        public DateTime? biwInPassTime { get; set; }
        /// <summary>
        /// æè¿°
@@ -116,5 +131,29 @@
        [ExporterHeader(DisplayName = "描述")]
        [SugarColumn(IsNullable = true, Length = 40, ColumnDescription = "描述")]
        public string Description {  get; set; }
        /// <summary>
        /// æ¶‚装工单号
        /// </summary>
        [ImporterHeader(Name = "涂装工单号")]
        [ExporterHeader(DisplayName = "涂装工单号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "涂装工单号")]
        public string plantingWorkNo { get; set; }
        /// <summary>
        /// æ€»è£…工单号
        /// </summary>
        [ImporterHeader(Name = "总装工单号")]
        [ExporterHeader(DisplayName = "总装工单号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "总装工单号")]
        public string assemblyWorrkNo { get; set; }
        /// <summary>
        /// VIN码
        /// </summary>
        [ImporterHeader(Name = "VIN码")]
        [ExporterHeader(DisplayName = "VIN码")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "VIN码")]
        public string VIN { get; set; }
    }
}