更新 QyWeChatAppInfoMapper.java

pull/1/head
wangsiyuan 2023-12-08 18:09:12 +08:00
parent 3ac2599f0a
commit 79e1784eed
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ package com.kimgo.wepush.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.kimgo.wepush.model.QyWeChatAppInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QyWeChatAppInfoMapper extends BaseMapper<QyWeChatAppInfo> {
}