uploadPair, 라벨링 현황 목록 수정
This commit is contained in:
@@ -205,6 +205,9 @@ public class LabelWorkDto {
|
||||
@Schema(description = "1일전처리개수")
|
||||
private Long day1AgoDoneCnt;
|
||||
|
||||
@Schema(description = "계정 상태")
|
||||
private String memberStatus;
|
||||
|
||||
public Long getRemainCnt() {
|
||||
return this.assignedCnt - this.doneCnt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user