whyclxw
8 天以前 270056c608c6ffc171e21f36740fd75c54246ba0
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.web_site.AlarmInspectionResult;
 
public interface AlarmInspectionResultMapper extends CustomMapper<AlarmInspectionResult>{
}