lin
2024-04-09 5ddf5e221d718bc253fb87b8092b7e2ff08788f5
src/main/java/org/springblade/common/constant/CommonConstant.java
@@ -28,7 +28,7 @@
   /**
    * app name
    */
   String APPLICATION_NAME = AppConstant.APPLICATION_NAME_PREFIX + "api";
   String APPLICATION_NAME = "jczz-" + "api";
   /**
    * sword 系统名
@@ -88,5 +88,13 @@
   Integer NUMBER_THREE = 3;
   Integer NUMBER_FOUR = 4;
   Integer NUMBER_EIGHT = 8;
   Integer NUMBER_SEVEN = 7;
   String RESIDENT = "居民";
}