Files
wcs/WCS.Model/ApiModel/PDAMatBind/GetShelfInfoByShelfCodeRequest.cs
2025-01-21 19:08:00 +08:00

15 lines
305 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace WCS.Model.ApiModel.PDAMatBind
{
public class GetShelfInfoByShelfCodeRequest : RequestBase
{
/// <summary>
/// 货架编码
/// </summary>
public string ShelfCode { get; set; }
}
}