shicf
2025-03-11 c25682f5868858e91bf5f04e4e56208e4bed6152
src/main/java/com/product/mobile/core/config/MobileCoreCode.java
@@ -32,6 +32,7 @@
   
   SIGN_IN_REPEAT_FAIL("考勤打卡失败:重复打卡", "010"),
   SIGN_IN_FAIL("考勤打卡失败", "011"),
   GET_DATA_FAIL("获取数据失败", "012"),
   ;
   MobileCoreCode(String text, String code) {