From 5f366f051b263b717631049b226e1d10816d1f71 Mon Sep 17 00:00:00 2001 From: weizhiqiang <> Date: Thu, 27 Oct 2022 12:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/template/json/skyeyeClassEnum.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/main/resources/template/json/skyeyeClassEnum.json b/web/src/main/resources/template/json/skyeyeClassEnum.json index 0460f2bc8..a8ac2a01f 100644 --- a/web/src/main/resources/template/json/skyeyeClassEnum.json +++ b/web/src/main/resources/template/json/skyeyeClassEnum.json @@ -4,6 +4,11 @@ "className": "skyeye-pro#com.skyeye.common.enumeration.EnableEnum" }, + "verificationParams": { + "name": "字段校验枚举", + "className": "skyeye-pro#com.skyeye.common.enumeration.VerificationParamsEnum" + }, + "bossInterviewArrangementState": { "name": "面试安排状态枚举类", "className": "skyeye-flowable#com.skyeye.service.enumclass.BossInterviewArrangementState" -- GitLab