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