whycxzp
2025-05-29 356bf4cfcbee3e5af9192300bc85632d5b156f00
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_fire_robot.EnvironmentThreshold;
 
public interface EnvironmentThresholdMapper extends CustomMapper<EnvironmentThreshold>{
}