Files
wcs/WCS.Model/ApiModel/StoreInfo/GetShelvesRequest.cs
hehaibing-1996 e89b64ea3a !提交代码
2024-04-15 18:43:28 +08:00

13 lines
275 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.StoreInfo
{
public class GetShelvesRequest : PageQueryRequestBase
{
public int ShelfTypeId { get; set; }
public string ShelfCode { get; set; }
}
}