first commit
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
Reference in New Issue
Block a user