对接企业微信
This commit is contained in:
10
src/main/java/com/rj/mapper/QweiUserMapper.java
Normal file
10
src/main/java/com/rj/mapper/QweiUserMapper.java
Normal 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> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user