´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockViewDTO.cs
@@ -12,8 +12,7 @@
{
    public class StockViewDTO
    {
        public int AreaId { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "货位号")]
        public string LocationCode { get; set; }
        public string LocationName { get; set; }
@@ -36,10 +35,15 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int StockId { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "托盘号")]
        public string PalletCode { get; set; }
        public bool IsFull { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "物料号")]
        public string MaterielCode { get; set; }
        [SugarColumn(IsNullable = true, ColumnDescription = "批次号")]
        public string BatchNo { get; set; }
        public int StockStatus { get; set; }