zjh
2024-01-31 fc868e56b1e8199d2c4267fae74c44cfa62a777f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.ltkj.web.config.wordUtil;
 
 
/**
 * <p> 数据表管理 服务类 </p>
 *
 * @author : 赵佳豪
 * @description :
 */
public interface ITableService {
 
    /**
     * 获取数据库表格数据
     *
     * @return
     */
    String getTableInfo();
}