zjh
2024-04-25 a74b5ffd9c25edd8096220920934e3e42f62cc23
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();
}