Junjie
2 天以前 904bdc4a777cd67f05754890b00bde54f280e750
1
2
3
4
5
6
7
8
9
package com.zy.asrs.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zy.asrs.entity.BasStationErrLog;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface BasStationErrLogMapper extends BaseMapper<BasStationErrLog> {
}