添加飞行任务类型

main
陈伟 2 months ago
parent 5d46e609df
commit e752edd5e7

@ -134,5 +134,7 @@ namespace OpenAuth.Repository.Domain
public string FlightId { get; set; } public string FlightId { get; set; }
public string? Reason { get; set; } public string? Reason { get; set; }
public int? FlightTaskType { get; set; }
} }
} }
Loading…
Cancel
Save