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