From 4f3a98f19143865cdc1de4791e8a95d96bd40c65 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期五, 01 八月 2025 13:27:59 +0800 Subject: [PATCH] yys 密码已重置 --- ruoyi-common/src/main/java/com/ruoyi/common/constant/MenuJumpPathConstants.java | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/constant/MenuJumpPathConstants.java b/ruoyi-common/src/main/java/com/ruoyi/common/constant/MenuJumpPathConstants.java new file mode 100644 index 0000000..50f5933 --- /dev/null +++ b/ruoyi-common/src/main/java/com/ruoyi/common/constant/MenuJumpPathConstants.java @@ -0,0 +1,40 @@ +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"; +} -- Gitblit v1.9.3