whycxzp
2021-01-07 d7fb9e92779e971954ca59b86848569592f6185b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.CentralMonitorSysST;
 
public interface CentralMonitorSysSTMapper extends CustomMapper<CentralMonitorSysST> {
}