All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.healthy.common.mybatis.constant.SqlConstants Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.mybatis.constant;

/**
 * SQL相关常量类
 *
 * @author xm.z
 */
public interface SqlConstants {

	String LIMIT_ONE = "limit 1";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy