|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package cn.iocoder.yudao.module.farm.controller.admin.task.vo; |
|
|
|
|
|
|
|
|
|
import cn.iocoder.yudao.framework.common.pojo.PageParam; |
|
|
|
|
import com.alibaba.fastjson.JSONArray; |
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
|
import lombok.Data; |
|
|
|
@ -27,15 +28,16 @@ public class TaskPageSearchReqVO extends PageParam {
|
|
|
|
|
private Integer taskCateName; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "") |
|
|
|
|
private String resources; |
|
|
|
|
private Object areas; |
|
|
|
|
private JSONArray resources; |
|
|
|
|
private JSONArray areas; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Integer mainPerson; |
|
|
|
|
private Object executorPerson; |
|
|
|
|
private JSONArray executorPerson; |
|
|
|
|
private Integer workingHours; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "") |
|
|
|
|
private Object images; |
|
|
|
|
private JSONArray images; |
|
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) |
|
|
|
|
@ApiModelProperty(value = "开始") |
|
|
|
|