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