com.github.yulichang.base.MPJBaseServiceImpl 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.base;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/**
* @author yulichang
* @see ServiceImpl
*/
@SuppressWarnings("unused")
public class MPJBaseServiceImpl, T> extends ServiceImpl implements MPJBaseService {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy