修改APP端搜索球杆商品接口,增加精准查询参数
This commit is contained in:
parent
a61b7a71d8
commit
437a88b9bd
@ -35,6 +35,11 @@ public class CueProductSearchDTO implements Serializable {
|
||||
*/
|
||||
@NotNull(message = "关联的球杆类型ID不能为空")
|
||||
private Long typeId;
|
||||
/**
|
||||
* 关联的球杆系列ID
|
||||
*/
|
||||
@NotNull(message = "关联的球杆系列ID不能为空")
|
||||
private Long seriesId;
|
||||
|
||||
public void setProductName(String productName) {
|
||||
this.productName = productName.trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user