dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(quartz): 为K线数据更新任务添加初始延迟配置
Administrator
3 days ago
f7774ad4dda63a8abb46aaa6a913ab204ae5fff1
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
helpCenter
/
dao
/
HelpCenterArticleDao.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.helpCenter.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.helpCenter.entity.HelpCenterArticleEntity;
public interface HelpCenterArticleDao extends BaseMapper<HelpCenterArticleEntity> {
}