com.zengtengpeng.relation.oneToOne.BuildOneToOneServiceImpl Maven / Gradle / Ivy
package com.zengtengpeng.relation.oneToOne;
import com.zengtengpeng.relation.build.BuildBaseServiceImpl;
/**
* 构建一对一serviceImpl
*/
@FunctionalInterface
public interface BuildOneToOneServiceImpl extends BuildBaseServiceImpl {
}