zhongrj
2024-04-02 566e7986291e73051d30ee252b0ebf852b1577a7
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 = "居民";
}