package com.jianteng.modules.pms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.jianteng.modules.pms.entity.SupplierEntity; /** * @Classname SupplierService * @Description TODO * @Date 2023/2/27 17:22 * @Created by sxm */ public interface SupplierService2 extends IService { }