lyh
2 小时以前 99d6db0aab044b740ce02f57872c1e38ae647b58
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/base/service/IConstructorService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import org.jeecg.modules.base.entity.Constructor;
import org.jeecg.modules.base.entity.Supplier;
/**
 * @Description: 制造商
@@ -11,4 +12,5 @@
 */
public interface IConstructorService extends IService<Constructor> {
    public Constructor getByName(String  name);
}