农场任务 新增区域
This commit is contained in:
+1
@@ -24,6 +24,7 @@ public class TaskBaseVO {
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Object resources;
|
||||
private Object areas;
|
||||
|
||||
private Integer mainPerson;
|
||||
private Object executorPerson;
|
||||
|
||||
+1
@@ -29,6 +29,7 @@ public class TaskExcelVO {
|
||||
|
||||
@ExcelProperty("")
|
||||
private Object resources;
|
||||
private Object areas;
|
||||
|
||||
private Integer mainPerson;
|
||||
private Object executorPerson;
|
||||
|
||||
+1
@@ -21,6 +21,7 @@ public class TaskExportReqVO {
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Object resources;
|
||||
private Object areas;
|
||||
|
||||
private Integer mainPerson;
|
||||
private Object executorPerson;
|
||||
|
||||
+1
@@ -23,6 +23,7 @@ public class TaskPageReqVO extends PageParam {
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private Object resources;
|
||||
private Object areas;
|
||||
|
||||
private Integer mainPerson;
|
||||
private Object executorPerson;
|
||||
|
||||
+1
@@ -28,6 +28,7 @@ public class TaskPageSearchReqVO extends PageParam {
|
||||
|
||||
@ApiModelProperty(value = "")
|
||||
private String resources;
|
||||
private Object areas;
|
||||
|
||||
private Integer mainPerson;
|
||||
private Object executorPerson;
|
||||
|
||||
+1
@@ -39,6 +39,7 @@ public class TaskDO extends BaseDO {
|
||||
*
|
||||
*/
|
||||
private Object resources;
|
||||
private Object areas;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user