This commit is contained in:
2024-05-21 17:22:09 +08:00
parent ccb52b157d
commit d013cbaa90
5 changed files with 23 additions and 2 deletions

View File

@@ -80,6 +80,8 @@
public string? process_name { get; set; }
public string create_time { get; set; }
public string workstation_name { get; set; }
}
}

View File

@@ -11,5 +11,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
public int? plan_qty { get; set; }
public int? scheduled_qty { get; set; }
public string create_time { get; set; }
public string workstation_id { get; set; }
}
}