|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.iocoder.yudao.module.farm.controller.admin.project.vo; |
|
|
|
|
|
|
|
|
|
import cn.hutool.json.JSON; |
|
|
|
|
import cn.iocoder.yudao.framework.common.pojo.PageParam; |
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
@ -34,6 +35,8 @@ public class ProjectSearchPageReqVO extends PageParam {
|
|
|
|
|
@ApiModelProperty(value = "") |
|
|
|
|
private String resources; |
|
|
|
|
|
|
|
|
|
private Object members; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "") |
|
|
|
|
private String images; |
|
|
|
|
|
|
|
|
|