去除warn
This commit is contained in:
@@ -2,16 +2,16 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class RepairDelayInput
|
||||
{
|
||||
public string repair_apply_id { get; set; }
|
||||
public string? repair_apply_id { get; set; }
|
||||
|
||||
public string equip_id { get; set; }
|
||||
public string? equip_id { get; set; }
|
||||
|
||||
public string repair_request_sender_id { get; set; }
|
||||
public string? repair_request_sender_id { get; set; }
|
||||
|
||||
public string repair_sender_id { get; set; }
|
||||
public string? repair_sender_id { get; set; }
|
||||
|
||||
public DateTime expected_time { get; set; }
|
||||
|
||||
public string delay_reason { get; set; }
|
||||
public string? delay_reason { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user