Merge #38 into master from cc_20260202_point
feat:点位添加名称搜索 * cc_20260202_point: (1 commits squashed) - feat:点位添加名称搜索 Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com> Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/38
This commit is contained in:
@@ -16,4 +16,7 @@ public class PointTodoPageRequest extends PageBasicInfo {
|
||||
@ApiModelProperty(value = "扩展经理", hidden = true)
|
||||
private String developmentManager;
|
||||
|
||||
@ApiModelProperty(value = "铺位名称")
|
||||
private String pointName;
|
||||
|
||||
}
|
||||
|
||||
@@ -26,6 +26,9 @@ public class RecommendPointPageRequest extends PageBasicInfo {
|
||||
@ApiModelProperty(value = "铺位状态列表", hidden = true)
|
||||
private List<Integer> pointStatusList;
|
||||
|
||||
@ApiModelProperty(value = "铺位名称 模糊搜索")
|
||||
private String pointName;
|
||||
|
||||
public List<Integer> getPointStatusList() {
|
||||
List<Integer> pointStatusList = new ArrayList<>();
|
||||
if (pointStatus != null) {
|
||||
|
||||
Reference in New Issue
Block a user