This commit is contained in:
qianjiawei
2023-06-29 17:47:44 +08:00
11 changed files with 147 additions and 44 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; }
}
}