whycxzp
2025-06-10 cd7f83d5b2c9a36ad571e016d743ab61824dbfe5
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_fire_robot.IdentifyAlarmHis;
 
public interface IdentifyAlarmHisMapper extends CustomMapper<IdentifyAlarmHis>{
}