package com.ruoyi.common.constant;
|
|
/**
|
* 菜单调准路径
|
*
|
* @Author zhuo
|
* @Date 2025/3/14
|
*/
|
public class MenuJumpPathConstants {
|
|
/**
|
* 报告编制
|
*/
|
public static final String REPORT_PREPARATION = "ReportPreparation";
|
|
/**
|
* 检验任务复核
|
*/
|
public static final String INSPECTION_REVIEW = "InspectionReview";
|
|
/**
|
* 质量监控
|
*/
|
public static final String QUALITY_MONITOR = "EnsureResultsValidity";
|
|
/**
|
* 质量监督
|
*/
|
public static final String QUALITY_SUPERVISE = "QualityControlPlan";
|
|
/**
|
* 人员
|
*/
|
public static final String DEVICE = "Device";
|
|
/**
|
* 设备
|
*/
|
public static final String PERSONNEL = "PersonnelInfo";
|
}
|