Files
wcs/WCS.Model/ApiModel/SelfCheck/StartSelfCheckByShelfCodeRequest.cs
hehaibing-1996 aaf7c17562 提交代码
2024-04-23 08:31:37 +08:00

12 lines
243 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.SelfCheck
{
public class StartSelfCheckByShelfCodeRequest : RequestBase
{
public List<string> ShelfCodes { get; set; }
}
}