1
huangxiaoqiang
9 天以前 644cbe3e4eba765affa25454d69fee6286bb6094
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo_Hty.cs
@@ -29,11 +29,10 @@
        public string LocationCode { get; set; }
        /// <summary>
        /// æ˜¯å¦æ»¡ç›˜
        /// æ˜¯å¦æ•´å‡º
        /// </summary>
        [Required]
        [SugarColumn(IsNullable = true, ColumnDescription = "是否满盘")]
        public bool IsFull { get; set; } = true;
        [SugarColumn(IsNullable = true, ColumnDescription = "是否整出")]
        public bool IsFullExit { get; set; } = true;
        /// <summary>
        /// çŠ¶æ€
@@ -42,6 +41,18 @@
        public int StockStatus { get; set; }
        /// <summary>
        /// å•据编号
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "单据编号")]
        public string OrderNo { get; set; }
        /// <summary>
        /// å•据类型
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "单据类型")]
        public string OrderType { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]