仓库货物,出库记录查询调整
This commit is contained in:
@@ -5,12 +5,12 @@ namespace ZR.Model.MES.mm.Dto
|
||||
/// <summary>
|
||||
/// 配料任务清单查询对象
|
||||
/// </summary>
|
||||
public class MmIngredientTaskQueryDto : PagerInfo
|
||||
public class MmIngredientTaskQueryDto : PagerInfo
|
||||
{
|
||||
public string Workorder { get; set; }
|
||||
public string Workorder { get; set; }
|
||||
|
||||
public DateTime Starttime { get; set; }
|
||||
public DateTime Endtime { get; set; }
|
||||
public DateTime Starttime { get; set; }
|
||||
public DateTime Endtime { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user