更新文档

This commit is contained in:
tanghc
2019-04-29 19:49:16 +08:00
parent 3b25d73174
commit dcd5017b16

View File

@@ -50,10 +50,8 @@ public Object addGoods(GoodsParam param) {
@Data
public class GoodsParam {
@NotEmpty(message = "不能为空") // 支持JSR-303校验
private String goods_remark;
}
```