package com.gs.xky.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.gs.xky.entity.DingtalkInfo; /** * @author 28567 * @description 针对表【DINGTALK_INFO】的数据库操作Mapper * @createDate 2025-06-20 16:12:48 * @Entity com.gs.xky.entity.DingtalkInfo */ public interface DingtalkInfoMapper extends BaseMapper { }