com.healthy.common.mybatis.constant.SqlConstants Maven / Gradle / Ivy
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