详情调整
This commit is contained in:
@@ -26,7 +26,7 @@ public class AddPointDetailRequest {
|
||||
@ApiModelProperty("详细地址")
|
||||
private String address;
|
||||
|
||||
@ApiModelProperty("经营状况")
|
||||
@ApiModelProperty("经营状况 1营业中 2空铺")
|
||||
private Integer businessStatus;
|
||||
|
||||
@ApiModelProperty("09:00-10:00人流量")
|
||||
|
||||
@@ -27,7 +27,7 @@ public class MiniAddPointRequest {
|
||||
@ApiModelProperty("详细地址")
|
||||
private String address;
|
||||
|
||||
@ApiModelProperty("经营状况")
|
||||
@ApiModelProperty("经营状况 1营业中 2空铺")
|
||||
private Integer businessStatus;
|
||||
|
||||
@ApiModelProperty("使用面积(一楼)")
|
||||
|
||||
@@ -230,6 +230,9 @@ public class PointDetailVO {
|
||||
@ApiModelProperty("图片对象")
|
||||
private String pictureObj;
|
||||
|
||||
@ApiModelProperty("当前节点")
|
||||
private Integer curNodeNo;
|
||||
|
||||
|
||||
public static PointDetailVO convertVO(PointInfoDO pointInfo, PointDetailInfoDO pointDetailInfo) {
|
||||
PointDetailVO result = new PointDetailVO();
|
||||
|
||||
Reference in New Issue
Block a user