202306181、新增设备管理(门禁、监控、环境监测)页面2、新增设备软件管理(门禁、监控、环境监测)页面3、优化费用管理模块。
This commit is contained in:
@@ -699,8 +699,6 @@
|
||||
/// </summary>
|
||||
public const string Menu_Notice = "Menu_Notice";
|
||||
|
||||
|
||||
|
||||
/*项目*/
|
||||
/// <summary>
|
||||
/// 项目设置
|
||||
@@ -3016,6 +3014,39 @@
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region 智慧工地
|
||||
/// <summary>
|
||||
/// 门禁设备管理
|
||||
/// </summary>
|
||||
public const string EquipmentManageDMenuId = "B972AE90-D40C-44E0-9A90-7B47B2A3399B";
|
||||
|
||||
/// <summary>
|
||||
/// 监控设备管理
|
||||
/// </summary>
|
||||
public const string EquipmentManageMMenuId = "908325CA-A50A-456D-8A7F-E193C629F2F9";
|
||||
|
||||
/// <summary>
|
||||
/// 环境设备管理
|
||||
/// </summary>
|
||||
public const string EquipmentManageEMenuId = "E2C18D81-264E-4BAB-BCFC-DCB0DCFD582E";
|
||||
|
||||
/// <summary>
|
||||
/// 门禁设备管理
|
||||
/// </summary>
|
||||
public const string SoftManageDMenuId = "C126F42A-09B0-43D1-8DCF-9EA049B800A8";
|
||||
|
||||
/// <summary>
|
||||
/// 监控设备管理
|
||||
/// </summary>
|
||||
public const string SoftManageMMenuId = "9F95F836-E10C-4EFD-B436-5C9D1658BAED";
|
||||
|
||||
/// <summary>
|
||||
/// 环境设备管理
|
||||
/// </summary>
|
||||
public const string SoftManageEMenuId = "834EE5EA-3DDA-49E1-A951-825392893E85";
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region 项目级菜单
|
||||
|
||||
Reference in New Issue
Block a user