增加满足条件的任务列表和任务报表数据
This commit is contained in:
parent
b570de32a6
commit
bd7a787e55
|
|
@ -61,10 +61,15 @@ public class AnnotationTaskEntity extends BaseEntity {
|
||||||
/**任务查询数据*/
|
/**任务查询数据*/
|
||||||
private String datasetName;
|
private String datasetName;
|
||||||
private String ownerName;
|
private String ownerName;
|
||||||
|
/**未标注*/
|
||||||
private int status0Count;
|
private int status0Count;
|
||||||
|
/**已标注*/
|
||||||
private int status1Count;
|
private int status1Count;
|
||||||
|
/**已审核*/
|
||||||
private int status2Count;
|
private int status2Count;
|
||||||
|
/**审核驳回*/
|
||||||
private int status3Count;
|
private int status3Count;
|
||||||
|
/**总数*/
|
||||||
private int totalCount;
|
private int totalCount;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue