1
0

WEB:客户管理

This commit is contained in:
2025-07-03 11:39:49 +08:00
parent abe9dc2fe8
commit b06e071196
11 changed files with 51 additions and 47 deletions

View File

@ -18,7 +18,7 @@ import java.util.List;
@AllArgsConstructor
public class PageResult<T> implements Serializable {
private List<T> content;
private List<T> rows;
private long totalElements;
private long total;
}