mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
更新文档
This commit is contained in:
@@ -50,10 +50,8 @@ public Object addGoods(GoodsParam param) {
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class GoodsParam {
|
public class GoodsParam {
|
||||||
|
|
||||||
@NotEmpty(message = "不能为空") // 支持JSR-303校验
|
@NotEmpty(message = "不能为空") // 支持JSR-303校验
|
||||||
private String goods_remark;
|
private String goods_remark;
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user