From dcd5017b16e05349a0ad97ae199a1694a3ceda79 Mon Sep 17 00:00:00 2001 From: tanghc Date: Mon, 29 Apr 2019 19:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/docs/files/10020_新增接口.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/docs/files/10020_新增接口.md b/doc/docs/files/10020_新增接口.md index 9a0d6494..891b9c29 100644 --- a/doc/docs/files/10020_新增接口.md +++ b/doc/docs/files/10020_新增接口.md @@ -50,10 +50,8 @@ public Object addGoods(GoodsParam param) { @Data public class GoodsParam { - @NotEmpty(message = "不能为空") // 支持JSR-303校验 private String goods_remark; - } ```