提交 37828098 authored 作者: zjm's avatar zjm

fix(清退任务): 沿用老版本清退任务发起

沿用老版本清退任务发起
上级 04908b08
......@@ -65,6 +65,10 @@ public class RepelTaskStatistical extends BaseEntity {
@ApiModelProperty(value = "区域名称")
private String areaName;
/**
* 排序
*/
private Integer showOrder;
/**
* 本单位需要清退装备数量
*/
......@@ -94,7 +98,7 @@ public class RepelTaskStatistical extends BaseEntity {
this.areaName = areaName;
}
public RepelTaskStatistical(Integer repelId, Integer fatherTaskId, Integer taskId, Integer taskStatus, String areaName, Integer count, String des) {
public RepelTaskStatistical(Integer repelId, Integer fatherTaskId, Integer taskId, Integer taskStatus, String areaName, Integer count, String des,Integer showOrder) {
this.repelId = repelId;
this.fatherTaskId = fatherTaskId;
this.taskId = taskId;
......@@ -102,5 +106,6 @@ public class RepelTaskStatistical extends BaseEntity {
this.areaName = areaName;
this.count = count;
this.des = des;
this.showOrder=showOrder;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论