对接企业微信

This commit is contained in:
2026-04-24 20:10:51 +08:00
parent 03ba0c9090
commit d1ff7bde35
16 changed files with 1097 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.QweiUser;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QweiUserMapper extends BaseMapper<QweiUser> {
}