yuan
2026-08-25 980e33c8fe34b4195f8ea2c60188f8b7fa8d9c91
1
2
3
4
5
6
7
8
9
package com.ruoyi.sales.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.sales.pojo.SalesQuotationImportLog;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface SalesQuotationImportLogMapper extends BaseMapper<SalesQuotationImportLog> {
}