消除warning
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public string? id { get; set; }
|
||||
public string? data_source { get; set; }
|
||||
public string create_id { get; set; }
|
||||
public string create_id { get; set; } = string.Empty;
|
||||
public string? create_time { get; set; }
|
||||
public string? data_type { get; set; }
|
||||
public string? enabled { get; set; }
|
||||
|
||||
@@ -2,8 +2,8 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class EquipRepairRefuseInput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string reason { get; set; }
|
||||
public string id { get; set; } = string.Empty;
|
||||
public string reason { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class ToolMoldRequisitionListOutput
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string id { get; set; } = string.Empty;
|
||||
public string? code { get; set; } = string.Empty;
|
||||
public string? mold_id { get; set; } = string.Empty;
|
||||
public string? mo_task_id { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user