PDA端出库交接查询

This commit is contained in:
秦鸿展
2026-03-15 14:06:48 +08:00
parent bcb28e40e1
commit 3a8740d57f
3 changed files with 20 additions and 0 deletions
@@ -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;
}