liding
5 天以前 38159f6f72ec65aa12d78953e4c3e4d619351a09
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> {
}