com.tmsps.ne4springboot.orm.page.Page Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ne4SpringBoot Show documentation
Show all versions of ne4SpringBoot Show documentation
NE For SpringBoot is good :)
The newest version!
package com.tmsps.ne4springboot.orm.page;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.alibaba.fastjson2.JSON;
import lombok.Data;
/**
*
* @author zhangwei [email protected]
*
*/
@Data
public class Page implements Serializable {
private static final long serialVersionUID = -1936470346516905569L;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy