#
Junjie
2 天以前 c0760528d4c2c3411c8f9fff3d0e9db7ba9a658f
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.mapper;
 
import com.zy.asrs.entity.BasDualCrnpErrLog;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface BasDualCrnpErrLogMapper extends BaseMapper<BasDualCrnpErrLog> {
 
}