heshaofeng
2025-12-29 266e4bf654c55ce2f7e9271048e4625f1b8b49f6
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrderDetail.cs
@@ -45,9 +45,9 @@
        public string BatchNo { get; set; }
        /// <summary>
        /// å•据数量
        /// å•据单位转换后的数量
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "单据数量")]
        [SugarColumn(IsNullable = false, ColumnDescription = "单据单位转换后的数量")]
        public decimal OrderQuantity { get; set; }
        /// <summary>
@@ -130,9 +130,26 @@
        public string BarcodeUnit { get; set; } = null!;
        /// <summary>
        /// å›žä¼ MES 0未回传 1已回传 2回传失败
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "回传MES")]
        public int ReturnToMESStatus { get; set; } = 0;
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark { get; set; }
        /// <summary>
        /// è™šæ‹Ÿå‡ºå…¥åº“数量
        /// </summary>
        public decimal NoStockOutQty { get; set; }
        /// <summary>
        /// è°ƒæ‹¨å•过期时间
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "过期日期")]
        public DateTime ValidDate { get; set; }
    }
}