1、施工机具设备在用数统计规则调整

2、作业许可项数去除只取高风险作业逻辑
This commit is contained in:
2026-03-11 16:04:26 +08:00
parent 64dc52bf92
commit b185fc4f09
3 changed files with 28 additions and 15 deletions
@@ -29,7 +29,12 @@ namespace Model
/// <summary>
/// 是否使用
/// </summary>
public bool ? IsUsed { get; set; }
public bool? IsUsed { get; set; }
/// <summary>
/// 数量
/// </summary>
public int? EquipmentCount { get; set; }
}
}