|
@@ -80,12 +80,12 @@ public class BizProcessDocumentsErrorStatistics extends BaseEntity
|
|
|
/** 年份 */
|
|
|
@Excel(name = "年份")
|
|
|
@ApiModelProperty(value = "年份")
|
|
|
- private String year;
|
|
|
+ private Integer year;
|
|
|
|
|
|
/** 季度 */
|
|
|
@Excel(name = "季度")
|
|
|
@ApiModelProperty(value = "季度")
|
|
|
- private String quarter;
|
|
|
+ private Integer quarter;
|
|
|
|
|
|
/** 日期 */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|