From a90d4c73e67b27338e941f88673fd17fe8b2b5ff Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 30 四月 2024 14:51:43 +0800 Subject: [PATCH] 前后端文件名统一调整 --- ycl-common/src/main/java/constant/CheckConstants.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ycl-common/src/main/java/constant/CheckConstants.java b/ycl-common/src/main/java/constant/CheckConstants.java index c0a5099..ad105a6 100644 --- a/ycl-common/src/main/java/constant/CheckConstants.java +++ b/ycl-common/src/main/java/constant/CheckConstants.java @@ -4,12 +4,12 @@ * 鑰冩牳甯搁噺 */ public class CheckConstants { - //杞﹁締瑙勫垯 - public static final Short Rule_Category_Car = 1; - //浜鸿劯瑙勫垯 - public static final Short Rule_Category_Face = 2; //瑙嗛瑙勫垯 - public static final Short Rule_Category_Video = 0; + public static final Short Rule_Category_Video = 1; + //杞﹁締瑙勫垯 + public static final Short Rule_Category_Car = 2; + //浜鸿劯瑙勫垯 + public static final Short Rule_Category_Face = 3; public static final String Delete = "1"; -- Gitblit v1.8.0