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