1
pulg
2025-06-23 f6527c2e965d0ee37c5e277fc4f4a50e671f36f4
HH.WCS.QingXiNongfu/wms/WMSModel.cs
@@ -365,6 +365,18 @@
        public string S_CNTR_STATE { get; set; }
    }
    [SuGG("库容表")]
    public class KuRong : BaseModel
    {
        public string StorageLoc { get; set; }
        public int MaxCapacity { get; set; }
        public int FilledCapacity { get; set; }
        public string ProductItem { get; set; }
        public int AvailableCapacity { get; set; }
        public int DesiredCapacity { get; set; }
        public int CRC { get; set; }
        public int RAC { get; set; }
    }
    //均州现场
    //[SugarTable("dbo.")]