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

enhanced.mybaits.generator.dom.java.ServiceInterface Maven / Gradle / Ivy


package enhanced.mybaits.generator.dom.java;

import org.mybatis.generator.api.dom.java.FullyQualifiedJavaType;
import org.mybatis.generator.api.dom.java.Interface;

/**
 * Service 接口
 * @author 徐明龙 XuMingLong 
 */
public class ServiceInterface extends Interface {

    public ServiceInterface(FullyQualifiedJavaType type) {
        super(type);
    }

    public ServiceInterface(String type) {
        super(type);
    }
    
    

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy