成功开店代码改造
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.cool.store.request;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
@@ -14,9 +16,11 @@ import javax.validation.constraints.NotNull;
|
||||
public class ShopListSuccessOpenRequest {
|
||||
|
||||
@NotNull
|
||||
private Long lineId;
|
||||
private Integer pageNum = 1;
|
||||
private Integer pageSize = 10 ;
|
||||
private String storeName;
|
||||
private Long lineId;
|
||||
private Integer pageNum = 1;
|
||||
private Integer pageSize = 10;
|
||||
private String storeName;
|
||||
@ApiModelProperty("门店编号")
|
||||
private String storeNum;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user