成功开店代码改造
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.cool.store.request;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
* @Date: 2025/07/03/10:54
|
||||
* @Version 1.0
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class ShopListSuccessOpenRequest {
|
||||
|
||||
@NotNull
|
||||
private Long lineId;
|
||||
private Integer pageNum = 1;
|
||||
private Integer pageSize = 10 ;
|
||||
private String storeName;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user