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

com.github.yulichang.wrapper.enums.BaseFuncEnum Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
package com.github.yulichang.wrapper.enums;

/**
 * 函数枚举基类
 *
 * @author yulichang
 */
public interface BaseFuncEnum {

    /**
     * 获取sql 片段
     */
    String getSql();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy