This commit is contained in:
SwallowGG
2023-09-22 14:15:16 +08:00
parent de447e0de3
commit d7e811f4b4
17 changed files with 275 additions and 45 deletions

View File

@ -98,4 +98,11 @@ public interface TableService {
* @return
*/
List<Type> queryTypes(TypeQueryParam param);
/**
*
* @param param
* @return
*/
TableMeta queryTableMeta(TypeQueryParam param);
}