|
@@ -5,6 +5,7 @@ import com.fjhx.entity.apply.ApplyPurchase;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.fjhx.entity.supplier.SupplierPrice;
|
|
|
import com.fjhx.utils.wrapperUtil.IWrapper;
|
|
|
+import com.github.yulichang.base.MPJBaseMapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.fjhx.entity.apply.ApplyPurchase;
|
|
@@ -21,7 +22,7 @@ import java.util.Map;
|
|
|
* @author ${author}
|
|
|
* @since 2022-11-28
|
|
|
*/
|
|
|
-public interface ApplyPurchaseMapper extends BaseMapper<ApplyPurchase> {
|
|
|
+public interface ApplyPurchaseMapper extends MPJBaseMapper<ApplyPurchase> {
|
|
|
|
|
|
Page<ApplyPurchase> getPage(@Param("page") Page<ApplyPurchase> page, @Param("ew") IWrapper<ApplyPurchase> wrapper);
|
|
|
|