io.github.wujun728.online.common.BaseService Maven / Gradle / Ivy
The newest version!
package io.github.wujun728.online.common;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* 基础服务接口,所有Service接口都要继承
*
*/
public interface BaseService extends IService {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy