dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20201123
xiaoyong931011
2020-11-23
bd141be68f96cf8c18949c160d65df7eff0cdb98
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
common
/
system
/
dao
/
WtWordDao.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.common.system.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface WtWordDao {
List<String> selectAllWords();
}