chenrui
5 天以前 3e03f3d957c44ff2e4909b9fb4fff8621d466d10
src/main/java/com/ruoyi/sales/mapper/SalesLedgerProductMapper.java
@@ -1,6 +1,6 @@
package com.ruoyi.sales.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.common.config.MyBaseMapper;
import com.ruoyi.sales.pojo.SalesLedgerProduct;
/**
@@ -9,5 +9,5 @@
 * @author ruoyi
 * @date 2025-05-08
 */
public interface SalesLedgerProductMapper extends BaseMapper<SalesLedgerProduct> {
public interface SalesLedgerProductMapper extends MyBaseMapper<SalesLedgerProduct> {
}