进行增加参数,来进行数据源查询

master
lwj 2024-08-30 09:04:47 +08:00
parent a70d06b95f
commit af5dbdeff3
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public class TableInfo extends BaseEntity {
public static TableInfoResp toTableInfoResp(TableInfo tableInfo) {
return TableInfoResp.builder()
.id(tableInfo.id)
.basicId(tableInfo.basicId)
.tableName(tableInfo.tableName)
.tableRemark(tableInfo.tableRemark)
.isCenter(tableInfo.center)