package com.gs.dingtalk.mapper;
|
|
import com.gs.dingtalk.entity.QaSj;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
/**
|
* @author Administrator
|
* @description 针对表【QA_SJ】的数据库操作Mapper
|
* @createDate 2025-12-03 19:48:50
|
* @Entity com.gs.dingtalk.entity.QaSj
|
*/
|
public interface QaSjMapper extends BaseMapper<QaSj> {
|
|
}
|