1、施工机具设备在用数统计规则调整
2、作业许可项数去除只取高风险作业逻辑
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user