API数据表更新

This commit is contained in:
2025-08-30 23:39:22 +08:00
parent 4b530254b2
commit 963e3a5e04
2 changed files with 383 additions and 657 deletions

View File

@@ -94,7 +94,7 @@ public class dataController {
.append(quote(table.getTableName())) .append(quote(table.getTableName()))
.append(" -- ") .append(" -- ")
.append(nullToEmpty(table.getTableDesc())) .append(nullToEmpty(table.getTableDesc()))
.append(";\n"); .append("\n;");
return sb.toString(); return sb.toString();
} }

File diff suppressed because it is too large Load Diff