This commit is contained in:
2023-11-08 09:31:18 +08:00
parent 59933a17cd
commit 14aa0b2ff4
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ namespace Tnb.EquipMgr.Entities.Dto
public string? data_type { get; set; }
public string? enabled { get; set; }
public string? equip_id { get; set; }
public string? equip_code { get; set; }
public string? label_name { get; set; }
public string? label_point { get; set; }
public string? remark { get; set; }

View File

@@ -53,6 +53,7 @@ namespace Tnb.EquipMgr
data_type = a.data_type,
enabled = a.enabled == 1 ? "是" : "否",
equip_id = a.equip_id,
equip_code = a.equip_code,
label_name = a.label_name,
label_point = a.label_point,
remark = a.remark