first commit

This commit is contained in:
2023-12-05 01:39:52 +08:00
commit 767b08a025
46 changed files with 1739 additions and 0 deletions

View File

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