com.github.yulichang.wrapper.enums.BaseFuncEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-core Show documentation
Show all versions of mybatis-plus-join-core Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.wrapper.enums;
/**
* 函数枚举基类
*
* @author yulichang
*/
public interface BaseFuncEnum {
/**
* 获取sql 片段
*/
String getSql();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy