This commit is contained in:
2023-06-29 15:16:33 +08:00
parent 23a78917b9
commit 4f30009a24
2 changed files with 24 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.BasicData.Entities.Dto
{
public class DefectOutput
{
public string id { get; set; }
public string defect_code { get; set; }
public string defect_name { get; set; }
}
}