From bdfb1bfaf5dc5d7318c632fcc6fdf3ffacbd075f Mon Sep 17 00:00:00 2001 From: lin <sbla5888@163.com> Date: Mon, 15 Apr 2024 17:21:29 +0800 Subject: [PATCH] 社区管理员查询轮播图+报事报修查询优化 --- src/main/java/org/springblade/common/constant/CommonConstant.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/main/java/org/springblade/common/constant/CommonConstant.java b/src/main/java/org/springblade/common/constant/CommonConstant.java index 10de3d2..c7eb27f 100644 --- a/src/main/java/org/springblade/common/constant/CommonConstant.java +++ b/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,18 @@ Integer NUMBER_THREE = 3; + Integer NUMBER_FOUR = 4; + + Integer NUMBER_EIGHT = 8; + + Integer NUMBER_SEVEN = 7; + Integer NUMBER_SIX = 6; + + String RESIDENT = "居民"; + + int REPORT_TYPE_SECONDHAND_TRADE = 5; // 二手车 + int REPORT_TYPE_FIRE_INSPECTION = 2; // 自查 + int REPORT_TYPE_NO_FRAUD = 6; // 无诈 + } -- Gitblit v1.9.3