namespace DS.WMS.Core.BaseInfo.Dtos; /// /// /// public class StoreAreaViewModel { public int Id {get;set;} /// /// /// public int Pid {get;set;} /// /// /// public string AREACODE {get;set;} /// /// /// public string AREANAME {get;set;} /// /// /// public string STORAGEUNIT {get;set;} = ""; /// /// /// public int? STORAGEUNITVOLUME {get;set;}= 0; /// /// /// public int? ISLEAF { get; set; } = 1; /// /// /// public int? INUSE {get;set;} /// /// /// public string GoodsTypeGID { get; set; } = ""; /// /// /// public DateTime? CreateDate { get; set; } }