1
wankeda
2 天以前 be438dd071400936c44a1425ec8d886f63c83329
WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs
@@ -22,6 +22,23 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "类型")]
        public int MaterialType { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "入库序号", DefaultValue = "0")]
        public int SerialNumber { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "入库时间")]
        public DateTime? InDate { get; set; }
        /// <summary>
        /// 仓库主键
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "仓库主键")]
        public int WarehouseId { get; set; }
        /// <summary>
        /// 托盘类型
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "托盘类型")]
        public int PalletType { get; set; }
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "货位编号")]
        public string LocationCode { get; set; }