This commit is contained in:
qianhao.xu
2024-04-18 09:18:22 +08:00
parent 8581530276
commit c918e0734b
6 changed files with 68 additions and 0 deletions

View File

@@ -7,6 +7,19 @@ namespace ZR.Model.MES.wms.Dto
/// </summary>
public class WmFgentryInspectQueryDto : PagerInfo
{
public string Workorder { get; set; }
public string Packcode { get; set; }
public string Partnumber { get; set; }
public DateTime starttime { get; set; }
public DateTime endtime { get; set; }
}
/// <summary>