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