From bc8885c5b8389df7dc5e13d4fce5a0e2e46b9110 Mon Sep 17 00:00:00 2001 From: Chopper Date: Thu, 28 Oct 2021 11:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=94=99=E8=AF=AF=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/lili/modules/goods/entity/dos/Goods.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/main/java/cn/lili/modules/goods/entity/dos/Goods.java b/framework/src/main/java/cn/lili/modules/goods/entity/dos/Goods.java index e890b200..b4939407 100644 --- a/framework/src/main/java/cn/lili/modules/goods/entity/dos/Goods.java +++ b/framework/src/main/java/cn/lili/modules/goods/entity/dos/Goods.java @@ -41,7 +41,7 @@ public class Goods extends BaseEntity { @ApiModelProperty(value = "商品名称") @NotEmpty(message = "商品名称不能为空") - @Length(max = 100, message = "商品名称提案仓,不能超过100个字符") + @Length(max = 100, message = "商品名称太长,不能超过100个字符") private String goodsName; @ApiModelProperty(value = "商品价格", required = true)