lishuai
2023-12-26 63fa498d66c928e0802010dae9f8f9dab4876b2f
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> {
}