Commit 6efd3f21 by hzc

统计任务状态接口-返回对象

parent 6af4f1a9
package com.keymobile.indicators.model.entity.dataenter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@ApiModel("任务状态统计")
@Data
public class TaskStateCounts {
@ApiModelProperty("已经审核数")
private Integer auditCount;
@ApiModelProperty("填报超时数")
private Integer addTimeoutCount;
@ApiModelProperty("审核超时数")
private Integer auditTimeoutCount;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment