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