package com.fjhx.service; import com.fjhx.base.BaseService; import com.fjhx.entity.Supplier; /** *

* 供应商 服务类 *

* * @author ${author} * @since 2022-08-25 */ public interface SupplierService extends BaseService { }