MrShi
2024-01-03 d87c4fcb4fcf74c12d0836fc6ba97fbcf507c62f
1
2
3
4
5
6
7
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.Cars;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
public interface CarJoinMapper extends MPJJoinMapper<Cars> {
}