点巡检报表 设备维修复核

This commit is contained in:
2024-08-30 12:01:57 +08:00
parent 02a79e3d59
commit a2514a1354
14 changed files with 163 additions and 23 deletions

View File

@@ -53,6 +53,10 @@ namespace Tnb.EquipMgr
/// 申请外修
/// </summary>
public const string TOBEOUTAPPLY = "12";
/// <summary>
/// 复核中
/// </summary>
public const string REPEATCHECKING = "13";
}
}