Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user