whycxzp
2025-03-29 9e89be82b98b99fb1e5b673b9440d04daa715988
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.BattCamera;
 
public interface BattCameraMapper extends CustomMapper<BattCamera> {
}