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