This commit is contained in:
qianhao.xu
2024-12-03 20:13:34 +08:00
parent 34ffda9557
commit 3ae2ceb7d9
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ namespace DOAN.Model.BZFM.Dto
public string RouteCode { get; set; }
public string ProcessCode { get; set; }
public int ProcessId { get; set; }
public string Worker { get; set; }
@@ -29,7 +29,7 @@ namespace DOAN.Model.BZFM.Dto
public string RouteCode { get; set; }
public string ProcessCode { get; set; }
public int ProcessId { get; set; }
public int? PlanNum { get; set; }