重写模具保养

This commit is contained in:
2024-08-01 10:11:23 +08:00
parent 5df23e01ee
commit f6da16904d
23 changed files with 1532 additions and 50 deletions

View File

@@ -9,6 +9,10 @@ namespace Tnb.EquipMgr.Entities.Dto
public string? create_time { get; set; }
public string? equip_id { get; set; }
public string? equip_id_id { get; set; }
public string? mold_id { get; set; }
public string? mold_id_id { get; set; }
public string? execute_time { get; set; }
public string? execute_user_id { get; set; }
public string? repeat_remark { get; set; }