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