Files
wcs/WCS.Model/ApiModel/StoreInfo/GetModulesRequest.cs
hehaibing-1996 432a96198f fature
2024-05-15 18:59:24 +08:00

14 lines
278 B
C#

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