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