whycxzp
7 天以前 9f475b23410a0a68fdc76699ff9462253824b476
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.web_site.AlarmInspectionResult;
 
public interface AlarmInspectionResultMapper extends CustomMapper<AlarmInspectionResult>{
}