更新 QyWeChatURLMapper.java

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

View File

@ -4,5 +4,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.kimgo.wepush.model.QyWeChatURL;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QyWeChatURLMapper extends BaseMapper<QyWeChatURL> {
}