zbj//1.大屏接口 代码调整

This commit is contained in:
zhangbaojian
2023-05-22 15:13:31 +08:00
parent 373fe16ee1
commit ded7f0f447
6 changed files with 30 additions and 28 deletions

View File

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