Junjie
昨天 d9b78fe9683a6d7c22a3ca511dd9b3212922fe54
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> {
}