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

com.pighand.framework.spring.base.BaseService Maven / Gradle / Ivy

The newest version!
package com.pighand.framework.spring.base;

import com.mybatisflex.core.service.IService;

/**
 * service 基础父类
 *
 * @author wangshuli
 */
public interface BaseService extends IService {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy