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

com.github.yulichang.interfaces.MPJBaseJoin Maven / Gradle / Ivy

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

import com.baomidou.mybatisplus.core.toolkit.StringPool;

/**
 * @author yulichang
 */
@SuppressWarnings("unused")
public interface MPJBaseJoin {

    default String getDeleteSql() {
        return StringPool.EMPTY;
    }

    default String getDeleteLogicSql() {
        return StringPool.EMPTY;
    }

    default String getUnionSql(){
        return StringPool.EMPTY;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy