com.github.yulichang.adapter.v352.AbstractMethod352 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-plus-join-adapter-v352 Show documentation
Show all versions of mybatis-plus-join-adapter-v352 Show documentation
An enhanced toolkit of Mybatis-Plus to simplify development.
package com.github.yulichang.adapter.v352;
import com.baomidou.mybatisplus.core.injector.AbstractMethod;
/**
* @author yulichang
* @since 1.4.3
*/
public abstract class AbstractMethod352 extends AbstractMethod {
@Deprecated
public AbstractMethod352() {
super();
}
public AbstractMethod352(String methodName) {
super(methodName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy