天一电厂UPS动环数据对接,SNMP协议
whycxzp
2024-02-29 ac476c867af05823e33c7746eb2ec37dd26abe7a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.PowerInf;
 
public interface PowerInfMapper extends CustomMapper<PowerInf>{
}