接口调整
This commit is contained in:
@@ -20,7 +20,6 @@ public class RejectPointRequest {
|
||||
@ApiModelProperty("铺位id")
|
||||
private Long pointId;
|
||||
|
||||
@NotBlank
|
||||
@ApiModelProperty("拒绝原因")
|
||||
private String reason;
|
||||
|
||||
|
||||
@@ -47,6 +47,12 @@ public class PointDetailVO {
|
||||
@ApiModelProperty("选择状态0.未选择, 1.已被选择")
|
||||
private Integer selectStatus;
|
||||
|
||||
@ApiModelProperty("扩展经理名称")
|
||||
private String developmentManagerUserName;
|
||||
|
||||
@ApiModelProperty("拓展时间")
|
||||
private Date developmentTime;
|
||||
|
||||
@ApiModelProperty("铺位得分")
|
||||
private Integer pointScore;
|
||||
|
||||
@@ -256,6 +262,7 @@ public class PointDetailVO {
|
||||
if(PointStatusEnum.POINT_STATUS_4.getCode().equals(pointInfo.getPointStatus())){
|
||||
result.setPointStatus(PointStatusEnum.POINT_STATUS_3.getCode());
|
||||
}
|
||||
result.setDevelopmentTime(pointInfo.getDevelopmentTime());
|
||||
result.setPointArea(pointInfo.getPointArea());
|
||||
result.setRegionId(pointInfo.getRegionId());
|
||||
result.setPointSource(pointInfo.getPointSource());
|
||||
|
||||
Reference in New Issue
Block a user