package com.gs.dingtalk.mapper;
|
|
import com.gs.dingtalk.entity.QaRkj;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author Administrator
|
* @description 针对表【QA_RKJ】的数据库操作Mapper
|
* @createDate 2025-12-04 09:49:14
|
* @Entity com.gs.dingtalk.entity.QaRkj
|
*/
|
public interface QaRkjMapper extends BaseMapper<QaRkj> {
|
|
}
|