whycxzp
2025-06-13 16a91a31a42336c9a4be5256bfaedfd16c638d3b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.web_site.AlarmInspectionResult;
 
public interface AlarmInspectionResultMapper extends CustomMapper<AlarmInspectionResult>{
}