|
|
|
@ -9,11 +9,11 @@ public class CqcCarbonReportCountInfo { |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "待提交") |
|
|
|
private Long pendingSubmitted; |
|
|
|
private Long pendingSubmitted = 0L; |
|
|
|
@Schema(description = "待发证") |
|
|
|
private Long pendingCertification; |
|
|
|
private Long pendingCertification = 0L; |
|
|
|
@Schema(description = "已发证") |
|
|
|
private Long issued; |
|
|
|
private Long issued = 0L; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|