去除warn
This commit is contained in:
@@ -2,17 +2,17 @@ namespace Tnb.BasicData.Entities.Dto
|
||||
{
|
||||
public class MbomListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string ebom_id { get; set; }
|
||||
public string num { get; set; }
|
||||
public string unit_id { get; set; }
|
||||
public string version { get; set; }
|
||||
public string start_time { get; set; }
|
||||
public string end_time { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string material_id_id { get; set; }
|
||||
public string route_id { get; set; }
|
||||
public string route_id_id { get; set; }
|
||||
public string is_first { get; set; }
|
||||
public string? id { get; set; }
|
||||
public string? ebom_id { get; set; }
|
||||
public string? num { get; set; }
|
||||
public string? unit_id { get; set; }
|
||||
public string? version { get; set; }
|
||||
public string start_time { get; set; } = string.Empty;
|
||||
public string end_time { get; set; } = string.Empty;
|
||||
public string? material_id { get; set; }
|
||||
public string? material_id_id { get; set; }
|
||||
public string? route_id { get; set; }
|
||||
public string? route_id_id { get; set; }
|
||||
public string? is_first { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user