From 57193ae5676757ff9fa16258c5ac28a562c2c34b Mon Sep 17 00:00:00 2001 From: xiejunyu Date: Mon, 14 Feb 2022 18:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86-=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=8C=BA=E5=9F=9Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/jero/modules/tag/entity/OnlCgformArea.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformArea.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformArea.java index 2e3b7219f..eabd2fd10 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformArea.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformArea.java @@ -78,8 +78,6 @@ public class OnlCgformArea implements Serializable { /**排序号*/ @Excel(name = "排序号", width = 15) - @javax.validation.constraints.Pattern(regexp = "^-?[1-9]\\d+$",message = "请输入正确的整数") - @javax.validation.constraints.NotNull(message = "不能为空") @ApiModelProperty(value = "排序号") private java.lang.Integer sort;