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

io.github.h800572003.generate.option.IBaseCodeOption Maven / Gradle / Ivy

The newest version!
package io.github.h800572003.generate.option;

/**
 * 通用定義
 */
public interface IBaseCodeOption {

    String getSql();

    /**
     * 啟用時間
     *
     * @return
     */
    default boolean isCheck() {
        return false;
    }

    OptionDefault getDefault();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy