任务链下发、日志优化

This commit is contained in:
2024-07-24 12:46:04 +08:00
parent dd0ef3c8e2
commit 79a1828b21
5 changed files with 58 additions and 5 deletions

View File

@@ -130,4 +130,8 @@ public partial class BasLocation : BaseEntity<string>
/// 任务数
/// </summary>
public int task_nums { get; set; }
/// <summary>
/// 通道
/// </summary>
public string passage { get; set; }
}