1
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user