package com.fjhx.service; import com.fjhx.base.BaseService; import com.fjhx.entity.Supplier; /** * <p> * 供应商 服务类 * </p> * * @author ${author} * @since 2022-08-25 */ public interface SupplierService extends BaseService<Supplier> { }