dengjunjie
2025-02-11 8467804705615f7614c29e7ef7ac3e99f5c13a54
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/InboundOrderDetailAddDTO.cs
@@ -17,16 +17,25 @@
        public string MaterielCode { get; set; }
        /// <summary>
        /// ç‰©æ–™åç§°
        /// </summary>
        [PropertyValidate("物料名称", NotNullAndEmpty = true)]
        public string MaterielName { get; set; }
        /// <summary>
        /// æ‰¹æ¬¡å·
        /// </summary>
        public string BatchNo { get; set; }
        /// <summary>
        /// è´§ä½ç¼–号
        /// </summary>
        public string LocationCode { get; set; }
        /// <summary>
        /// å•据数量
        /// </summary>
        [PropertyValidate("单据数量", NotNullAndEmpty = true, MinValue = 0, IsContainMinValue = false)]
        public decimal OrderQuantity { get; set; }
        public int OrderDetailStatus { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>