zbj//1.大屏中间暂态 代码调整

This commit is contained in:
zhangbaojian
2023-05-22 16:25:26 +08:00
parent 682b40c849
commit da9e1c0e98
3 changed files with 5 additions and 7 deletions

View File

@@ -26,5 +26,5 @@ public class EventListVO implements Serializable {
* 总次数
*/
@ApiModelProperty("总次数")
private Integer size;
private Long size;
}