去除warn
This commit is contained in:
@@ -2,12 +2,12 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class EquipSparePartsQueryOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string type_code { get; set; }
|
||||
public string type_name { get; set; }
|
||||
public string code { get; set; }
|
||||
public string name { get; set; }
|
||||
public string specification { get; set; }
|
||||
public string? id { get; set; }
|
||||
public string? type_code { get; set; }
|
||||
public string? type_name { get; set; }
|
||||
public string? code { get; set; }
|
||||
public string? name { get; set; }
|
||||
public string? specification { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user