添加标签查询

This commit is contained in:
2024-07-03 17:14:05 +08:00
parent c7cd6ba42c
commit 5860676708
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace ZR.Model.MES.pro.DTO
public string Machine { get; set; }
public string WorkOrderNum { get; set; }
public string PackingCode { get; set; }
public DateTime? start_time { get; set; }
public DateTime? end_time { get; set; }