whyclxw
3 天以前 65af9227c2ec7ac93dfa237e635af334560fe198
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.web_site.AlarmInspectionId;
 
public interface AlarmInspectionIdMapper extends CustomMapper<AlarmInspectionId>{
}