|
|
|
@ -20,6 +20,8 @@ public class PlanSpotVo extends Model<PlanSpotVo> {
|
|
|
|
|
private Integer id; |
|
|
|
|
@ApiModelProperty(value = "计划id") |
|
|
|
|
private Integer planId; |
|
|
|
|
@ApiModelProperty(value="地块id") |
|
|
|
|
private String landListedId; |
|
|
|
|
@NotBlank(message = "计划点位名称不能为空") |
|
|
|
|
@ApiModelProperty(value = "计划点位名称",required = true) |
|
|
|
|
private String spotName; |
|
|
|
|