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