xiaoyong931011
2020-11-23 bd141be68f96cf8c18949c160d65df7eff0cdb98
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();
}