lin
2024-04-10 2d37fa5cf4ebf8bdcae40c5a9f63d561f307e2af
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 = "居民";
}