add铺位优化
This commit is contained in:
@@ -105,6 +105,9 @@ public class MiniAddPointRequest {
|
||||
@ApiModelProperty("铺位经纬度geohash")
|
||||
private String location;
|
||||
|
||||
@ApiModelProperty("门店月房租")
|
||||
private String monthRent;
|
||||
|
||||
public static PointDetailInfoDO convertDO(MiniAddPointRequest request) {
|
||||
PointDetailInfoDO result = new PointDetailInfoDO();
|
||||
result.setBusinessStatus(request.getBusinessStatus());
|
||||
@@ -113,6 +116,7 @@ public class MiniAddPointRequest {
|
||||
result.setPictureObj(request.getPictureObj());
|
||||
result.setLineSign(request.getLineSign());
|
||||
result.setLineSignTime(new Date());
|
||||
result.setMonthRent(request.getLocation());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user