cn.schoolwow.quickdao.module.database.dql.response.domain.ResponseOption Maven / Gradle / Ivy
package cn.schoolwow.quickdao.module.database.dql.response.domain;
import java.io.Serializable;
public class ResponseOption implements Serializable {
/**
* 分页处理是否滚动
* */
public boolean pagingScroll = true;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy