Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -115,4 +115,7 @@ public class DeliveTaskDO extends BaseVOEntity {
|
||||
@ApiModelProperty("查询类型 1-指派给我的 2-任务")
|
||||
@Excel(name = "查询类型 1-指派给我的 2-任务")
|
||||
private Long tabType;
|
||||
|
||||
@ApiModelProperty("交接查询类型(taskType=7时生效): 1-列表(未交接) 2-历史(已交接),不传默认1")
|
||||
private Integer handoverQueryType;
|
||||
}
|
||||
|
||||
@@ -115,4 +115,7 @@ public class DeliveTaskDTO extends BaseVOEntity {
|
||||
@ApiModelProperty("查询类型 1-指派给我的 2-任务")
|
||||
@Excel(name = "查询类型 1-指派给我的 2-任务")
|
||||
private Long tabType;
|
||||
|
||||
@ApiModelProperty("交接查询类型(taskType=7时生效): 1-列表(未交接) 2-历史(已交接),不传默认1")
|
||||
private Integer handoverQueryType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user