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; }