提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user