lxw
2023-10-09 fc3e50eda51fbd3d63666ac92efb27e6fcdd6475
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.CarCamera;
 
public interface CarCameraMapper extends CustomMapper<CarCamera>{
}