zhuguifei
2025-03-04 d4e5744f3df7c90b44a900d1f61f5850b199b47d
eims/ruoyi-common/ruoyi-common-translation/src/main/java/org/dromara/common/translation/constant/TransConstant.java
@@ -50,4 +50,14 @@
     */
    String FIXTURE_ID_TO_NAME = "fixture_id_to_name";
    /**
     * 报修单id转code
     */
    String REPAIR_REQ_ID_TO_CODE = "repair_req_id_to_code";
    /**
     * 维修工单id转code
     */
    String REPAIR_RES_ID_TO_CODE = "repair_res_id_to_code";
}