111
tjx
2 天以前 6b9657a5a68d7493a53a9958f08478e7e89881b9
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.QwCheckinDayData;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * 企业微信打卡日报数据Mapper
 */
@Mapper
public interface QwCheckinDayDataMapper extends BaseMapper<QwCheckinDayData> {
}