xyc
6 天以前 703469a2bf0b34fe2ee503e6e6bb76757d183d84
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.InvestmentSystem;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface InvestmentSystemMapper extends BaseMapper<InvestmentSystem> {
}