using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel.StoreInfo { public class GetLocationInfosRequest : PageQueryRequestBase { public int? LocationAreaId { get; set; } public string LocationCode { get; set; } public bool? IsEnable { get; set; } } }