1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/GZ_ZC/Dt_WheelsStock.cs
@@ -229,5 +229,13 @@
        [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; }
    }
}