|
@@ -73,9 +73,9 @@ public class AfterStatistics implements Serializable {
|
|
|
@ApiModelProperty(value = "占比统计")
|
|
@ApiModelProperty(value = "占比统计")
|
|
|
private java.lang.Integer proportionStatistics;
|
|
private java.lang.Integer proportionStatistics;
|
|
|
/**统计日期;按天统计*/
|
|
/**统计日期;按天统计*/
|
|
|
- @Excel(name = "统计日期;按天统计", width = 15, format = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
- @DateTimeFormat(pattern= "yyyy-MM-dd HH:mm:ss")
|
|
|
|
|
|
|
+ @Excel(name = "统计日期;按天统计", width = 15, format = "yyyy-MM-dd")
|
|
|
|
|
+ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
|
|
|
+ @DateTimeFormat(pattern= "yyyy-MM-dd")
|
|
|
@ApiModelProperty(value = "统计日期;按天统计")
|
|
@ApiModelProperty(value = "统计日期;按天统计")
|
|
|
private java.util.Date statisticsDate;
|
|
private java.util.Date statisticsDate;
|
|
|
/**创建人*/
|
|
/**创建人*/
|