王佳豪
2021-03-06 9ba14d26e2ae8f5b5c3dfae07ea8558e7776bcec
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.mapper;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.BasCrnStatus;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface BasCrnStatusMapper extends BaseMapper<BasCrnStatus> {
 
}