5 天以前 e146067ae373f9385b9ddbb57c6eb7a933bf2561
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> {
}