namespace MES.Service.Dto.webApi; /// /// 栈板码状态查询请求DTO /// public class StackCodeStateDto { /// /// 栈板码 /// public string StackCode { get; set; } }