添加飞行任务类型

feature-flyModify
陈伟 2025-07-17 15:17:33 +08:00
parent 5d46e609df
commit e752edd5e7
1 changed files with 2 additions and 0 deletions

View File

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