zhizhijie
5 小时以前 799ec6799ad9e994f7d369f059ca7682962f648f
1
2
3
4
5
6
7
8
9
package com.trafficaudit.dataimport.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.trafficaudit.dataimport.entity.InvestmentMonthly;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface InvestmentMonthlyMapper extends BaseMapper<InvestmentMonthly> {
}