com.kukababy.plus.pager.SqlInfo Maven / Gradle / Ivy
The newest version!
package com.kukababy.plus.pager;
import java.util.ArrayList;
import java.util.List;
/**
*
* 描述:
*
*
* @author [email protected]
* @date 2019年3月5日 下午10:46:20
*/
public class SqlInfo {
/**
* where 部分的sql
*/
private String whereSql = "";
/**
* where 部分的?对应的值
*/
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy