消除warning
This commit is contained in:
@@ -2,8 +2,8 @@ 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; }
|
||||
public string id { get; set; } = string.Empty;
|
||||
public string? defect_code { get; set; }
|
||||
public string? defect_name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user