更新 QyWeChatURLMapper.java
parent
79e1784eed
commit
5fc60a0335
|
|
@ -4,5 +4,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
import com.kimgo.wepush.model.QyWeChatURL;
|
import com.kimgo.wepush.model.QyWeChatURL;
|
||||||
import org.apache.ibatis.annotations.Mapper;
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
|
|
||||||
|
@Mapper
|
||||||
public interface QyWeChatURLMapper extends BaseMapper<QyWeChatURL> {
|
public interface QyWeChatURLMapper extends BaseMapper<QyWeChatURL> {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue