lishuai
2023-12-27 fc952b4f77402fab56af7861781803884ca0d16c
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> {
}