zjh
2024-11-01 1cae0c1b5459b06714bb949247ea3857685f8e25
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();
}