Files
wcs/WCS.Model/ApiModel/Stocktaking/GetStocktakingInfosByShelfCodeRequest.cs
2025-02-13 09:18:06 +08:00

12 lines
252 B
C#

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