This commit is contained in:
jiangh277
2025-08-04 16:51:13 +08:00
parent f8fb9b561c
commit eba0eb085e
41 changed files with 451 additions and 73 deletions

View File

@@ -0,0 +1,9 @@
package com.timeline.common.vo;
import lombok.Data;
@Data
public class CommonVo {
private Integer pageSize;
private Integer current;
}