forked from dyf/fys-Multi-tenant
WEB:客户管理
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user