1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs
@@ -212,5 +212,30 @@
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "轮缘")]
        public string Wheels_LYH { get; set; }
        /// <summary>
        /// å­˜æœŸçŠ¶æ€  ï¼ˆ0表示正常   1表示超期)
        /// </summary>
        [ImporterHeader(Name = "存期状态")]
        [ExporterHeader(DisplayName = "存期状态")]
        [SugarColumn(IsNullable = false, ColumnDescription = "存期状态")]
        public int Wheels_Statue { get; set; }
        /// <summary>
        /// å½“前库存天数
        /// </summary>
        [ImporterHeader(Name = "当前库存天数")]
        [ExporterHeader(DisplayName = "当前库存天数")]
        [SugarColumn(IsNullable = false, ColumnDescription = "当前库存天数")]
        public int Wheels_DateDet { get; set; } = 0;
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [ImporterHeader(Name = "备注")]
        [ExporterHeader(DisplayName = "备注")]
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }
    }
}