This commit is contained in:
2024-05-17 15:24:28 +08:00
parent 5debdf1a07
commit 929b5378bc
6 changed files with 170 additions and 2 deletions

View File

@@ -10,5 +10,8 @@ namespace Tnb.EquipMgr.Entities.Dto
public string? equip_id { get; set; }
public string? equip_id_id { get; set; }
public string? file_name { get; set; }
public string file_type { get; set; }
public string file_ext { get; set; }
}
}