mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 13:34:07 +08:00
update
This commit is contained in:
@ -98,4 +98,11 @@ public interface TableService {
|
||||
* @return
|
||||
*/
|
||||
List<Type> queryTypes(TypeQueryParam param);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param param
|
||||
* @return
|
||||
*/
|
||||
TableMeta queryTableMeta(TypeQueryParam param);
|
||||
}
|
||||
|
Reference in New Issue
Block a user