111
tjx
22 小时以前 ab0994824a3b26a82c4333bf0b45315a944a25fc
1
2
3
4
5
6
7
8
9
10
11
12
package com.gs.dingtalk.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gs.dingtalk.entity.QwCheckinData;
 
/**
 * @description 针对表【QW_CHECKIN_DATA】企业微信打卡数据的数据库操作Mapper
 * @Entity com.gs.dingtalk.entity.QwCheckinData
 */
public interface QwCheckinDataMapper extends BaseMapper<QwCheckinData> {
 
}