zjh
2024-03-27 a825d8faec61b2d3582cdb79d256fb1b412a80da
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();
}