From 8d9618f5a5b81b41c2723aa7e7a463211dc5fdd1 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 08 五月 2025 06:57:02 +0800 Subject: [PATCH] 表单要显示创建人和时间 保养取计划中的保养人 --- src/main/java/com/product/mobile/core/config/MobileCoreCode.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java index 1d5a8e8..2640d71 100644 --- a/src/main/java/com/product/mobile/core/config/MobileCoreCode.java +++ b/src/main/java/com/product/mobile/core/config/MobileCoreCode.java @@ -29,10 +29,12 @@ GET_FACE_FIELD_FAIL("鑾峰彇琛ㄥ崟瀛楁澶辫触", "008"), GET_FACE_CONFIG_FAIL("鑾峰彇琛ㄥ崟閰嶇疆澶辫触", "009"), - + SIGN_IN_REPEAT_FAIL("鑰冨嫟鎵撳崱澶辫触:閲嶅鎵撳崱", "010"), SIGN_IN_FAIL("鑰冨嫟鎵撳崱澶辫触", "011"), GET_DATA_FAIL("鑾峰彇鏁版嵁澶辫触", "012"), + GET_MVC_PAGE_INFO_FAIL("鑾峰彇椤甸潰淇℃伅澶辫触", "013"), + APP_ADMIN_VERSION_CHECK_NOT_CODE("鏈幏鍙栧埌APP鐗堟湰鍙�", "014"), ; MobileCoreCode(String text, String code) { -- Gitblit v1.9.2