namespace DS.WMS.Core.BaseInfo.Dtos;
///
///
///
public class StoreHouseInput
{
public int? Id { get; set; }
///
///
///
public string CORPNAME { get; set; }
///
///
///
public string AREACODE { get; set; }
///
///
///
public string AREANAME { get; set; }
///
///
///
public int? INUSE { get; set; }
///
///
///
public int? ISOWN { get; set; }
///
///
///
public string REMARK { get; set; }
///
///
///
public string MAPHTML { get; set; }= "";
///
///
///
public string ACCBOOKNO { get; set; } = "";
///
///
///
public bool? ISBONDED { get; set; }
///
///
///
public string STOREHOUSETYPE { get; set; }= "";
}