DeviceManager/TsSFCDevice.Client.Launch/OperationAuthConstValue.cs

424 lines
12 KiB
C#
Raw Normal View History

2024-07-27 01:44:19 +00:00
using TsSFCDevice.Client.Biz.Base.Utils;
namespace TsSFCDevice.Client.Launch
{
public sealed class OperationAuthConstValue
{
#region
/// <summary>
/// OEM 设备查看权限
/// </summary>
public readonly static string PM_Device_OEM = Utility.SystemRuntimeInfo.DEVICE_OEM;
/// <summary>
/// KH 设备查看权限
/// </summary>
public readonly static string PM_Device_KH = Utility.SystemRuntimeInfo.DEVICE_KH;
/// <summary>
/// 设备新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_Device_ADD = "BIZ_EQUIP_66";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_Device_Edit = "BIZ_EQUIP_67";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备状态修改
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_Device_Status = "BIZ_EQUIP_68";
2024-07-27 01:44:19 +00:00
#endregion
2024-08-05 09:21:06 +00:00
/// <summary>
/// 跳过当天保养计划校验
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PLAN_JUMP_CHECK = "BIZ_EQUIP_72";
public readonly static string PLAN_JUMP_CHECK_Watch = "BIZ_EQUIP_73";
public readonly static string PLAN_JUMP_CHECK_Add = "BIZ_EQUIP_74";
public readonly static string PLAN_JUMP_CHECK_DELETE = "BIZ_EQUIP_75";
2024-08-05 09:21:06 +00:00
2024-07-27 01:44:19 +00:00
#region PM
2024-08-07 05:57:10 +00:00
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN = "BIZ_EQUIP_26";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN_Watch = "BIZ_EQUIP_27";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN_Add = "BIZ_EQUIP_28";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN_Edit = "BIZ_EQUIP_29";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划导入
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN_Import = "BIZ_EQUIP_30";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 保养计划删除
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PLAN_DELETE = "BIZ_EQUIP_31";
2024-08-05 09:21:06 +00:00
2024-07-27 01:44:19 +00:00
#endregion
#region PM
2024-08-07 05:57:10 +00:00
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM = "BIZ_EQUIP_32";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM_Watch = "BIZ_EQUIP_33";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM_Add = "BIZ_EQUIP_34";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM_Edit = "BIZ_EQUIP_35";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表启用/禁用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM_Status = "BIZ_EQUIP_36";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 点检表分配
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_CheckFORM_Assig = "BIZ_EQUIP_37";
2024-07-27 01:44:19 +00:00
#endregion
2024-08-02 02:52:45 +00:00
#region AM
/// <summary>
/// AM 保养计划
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN = "BIZ_EQUIP_43";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 保养计划查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN_Watch = "BIZ_EQUIP_44";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 保养计划新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN_Add = "BIZ_EQUIP_45";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 保养计划编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN_Edit = "BIZ_EQUIP_46";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 保养计划导入
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN_Import = "BIZ_EQUIP_47";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 保养计划删除
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PLAN_DELETE = "BIZ_EQUIP_48";
2024-08-02 02:52:45 +00:00
#endregion
#region AM
2024-08-07 05:57:10 +00:00
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM = "BIZ_EQUIP_49";
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM_Watch = "BIZ_EQUIP_50";
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM_Add = "BIZ_EQUIP_51";
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM_Edit = "BIZ_EQUIP_52";
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表启用/禁用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM_Status = "BIZ_EQUIP_53";
2024-08-02 02:52:45 +00:00
/// <summary>
/// PM 点检表分配
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_CheckFORM_Assig = "BIZ_EQUIP_54";
2024-08-02 02:52:45 +00:00
#endregion
2024-07-27 01:44:19 +00:00
#region PM
/// <summary>
/// PM 设备保养
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PRESERVE = "BIZ_EQUIP_38";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 设备保养记录查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PRESERVE_Watch = "BIZ_EQUIP_39";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 设备保养记录新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PRESERVE_Add = "BIZ_EQUIP_40";
2024-07-27 01:44:19 +00:00
/// <summary>
/// PM 设备保养记录修改
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string PM_PRESERVE_Edit = "BIZ_EQUIP_41";
2024-07-27 01:44:19 +00:00
#endregion
2024-08-02 02:52:45 +00:00
#region AM
/// <summary>
/// AM 设备保养
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PRESERVE = "BIZ_EQUIP_55";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 设备保养记录查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PRESERVE_Watch = "BIZ_EQUIP_56";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 设备保养记录新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PRESERVE_Add = "BIZ_EQUIP_57";
2024-08-02 02:52:45 +00:00
/// <summary>
/// AM 设备保养记录修改
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string AM_PRESERVE_Edit = "BIZ_EQUIP_58";
2024-08-02 02:52:45 +00:00
#endregion
2024-07-27 01:44:19 +00:00
#region
2024-08-07 05:57:10 +00:00
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD = "BIZ_EQUIP_01";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Watch = "BIZ_EQUIP_02";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Edit = "BIZ_EQUIP_03";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修导入
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Import = "BIZ_EQUIP_04";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修确认权限-工程师
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Engineer = "BIZ_EQUIP_05";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修确认权限-技术人员
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Echnician = "BIZ_EQUIP_06";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 设备维修确认权限-维修主管
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_REPAIRRECORD_Manager = "BIZ_EQUIP_07";
2024-07-27 01:44:19 +00:00
2024-11-09 04:25:57 +00:00
/// <summary>
/// 设备报修
/// </summary>
public readonly static string Device_REPAIRRECORD_Submit = "BIZ_EQUIP_64";
2024-07-27 01:44:19 +00:00
#endregion
2024-08-02 02:52:45 +00:00
#region Tag
/// <summary>
/// Tag
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_TAG = "BIZ_EQUIP_59";
2024-08-02 02:52:45 +00:00
/// <summary>
/// Tag查看
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_TAG_Watch = "BIZ_EQUIP_60";
2024-08-02 02:52:45 +00:00
/// <summary>
/// Tag新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_TAG_Add = "BIZ_EQUIP_61";
2024-08-02 02:52:45 +00:00
/// <summary>
/// Tag修改
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_TAG_Edit = "BIZ_EQUIP_62";
2024-08-02 02:52:45 +00:00
/// <summary>
/// Tag接受
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Device_TAG_Receipt = "BIZ_EQUIP_63";
2024-08-02 02:52:45 +00:00
#endregion
2024-07-27 01:44:19 +00:00
#region
2024-08-07 05:57:10 +00:00
2024-07-27 01:44:19 +00:00
/// <summary>
/// 字段配置
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD = "BIZ_EQUIP_08";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 现象区分
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION = "BIZ_EQUIP_09";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 现象区分新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_ADD = "BIZ_EQUIP_10";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 现象区分编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_EDIT = "BIZ_EQUIP_11";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 现象区分禁用/启用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_SYMPTOMLDISTINCTION_STATUS = "BIZ_EQUIP_12";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 维修方式
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_MAINTENANCEN = "BIZ_EQUIP_13";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 维修方式新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_MAINTENANCEN_ADD = "BIZ_EQUIP_14";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 维修方式编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_MAINTENANCEN_EDIT = "BIZ_EQUIP_15";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 维修方式禁用/启用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_MAINTENANCEN_STATUS = "BIZ_EQUIP_16";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 配件维护
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_ACCESSORIES = "BIZ_EQUIP_17";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 配件维护新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_ACCESSORIES_ADD = "BIZ_EQUIP_18";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 配件维护编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_ACCESSORIES_EDIT = "BIZ_EQUIP_19";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 配件维护禁用/启用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_ACCESSORIES_STATUS = "BIZ_EQUIP_20";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 故障发生地
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED = "BIZ_EQUIP_21";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 故障发生地新增
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_ADD = "BIZ_EQUIP_22";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 故障发生地编辑
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_EDIT = "BIZ_EQUIP_23";
2024-07-27 01:44:19 +00:00
/// <summary>
/// 故障发生地禁用/启用
/// </summary>
2024-08-07 05:57:10 +00:00
public readonly static string Custom_FIELD_WHEREFAILUREOCCURRED_STATUS = "BIZ_EQUIP_24";
2024-07-27 01:44:19 +00:00
#endregion
2024-08-02 02:52:45 +00:00
#region
2024-08-07 05:57:10 +00:00
public readonly static string Sys_Config = "BIZ_EQUIP_71";
2024-08-02 02:52:45 +00:00
#endregion
2024-11-09 04:25:57 +00:00
#region
/// <summary>
/// Tag历史
/// </summary>
public readonly static string log_Tag = "BIZ_EQUIP_77";
/// <summary>
/// 主数据信息历史
/// </summary>
public readonly static string log_MainData = "BIZ_EQUIP_78";
/// <summary>
/// 主数据操作历史
/// </summary>
public readonly static string log_MainOps = "BIZ_EQUIP_79";
/// <summary>
/// 设备台账信息历史
/// </summary>
public readonly static string Log_DevData = "BIZ_EQUIP_80";
/// <summary>
/// 设备台账操作历史
/// </summary>
public readonly static string log_DevOps = "BIZ_EQUIP_81";
#endregion
2024-07-27 01:44:19 +00:00
}
}