仓库货物,出库记录查询调整

This commit is contained in:
2024-06-28 15:21:25 +08:00
parent 9b63150b66
commit c7cd6ba42c
23 changed files with 335 additions and 317 deletions

View File

@@ -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; }
}