This commit is contained in:
2024-09-04 11:33:59 +08:00
parent cddca2a10a
commit 26311fa6a7
12 changed files with 431 additions and 260 deletions

View File

@@ -3,6 +3,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public class EqpMaintainRecordListOutput
{
public string id { get; set; }
public string code { get; set; }
public string equip_id { get; set; }
public string equip_id_id { get; set; }
public string status { get; set; }

View File

@@ -3,6 +3,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public class ToolMoldMaintainRecordListOutput
{
public string id { get; set; }
public string code { get; set; }
public string mold_id { get; set; }
public string mold_id_id { get; set; }
public string status { get; set; }