From 86e109e8fc6ad6bd45107942b8d383e8925054c4 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Fri, 27 Jun 2025 19:39:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8F=98=E6=9B=B4=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1440489562144768]增加数据库变更记录管理页面 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1440489562144768 --- localconfig/i18n/language_en.json | 3 +++ localconfig/i18n/language_zh.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 2f6a59c..a011fab 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -4647,6 +4647,9 @@ } } }, + "searchchangelogauditlistapi": { + "getname": "Query the list of database change records" + }, "searchchangelogversionapi": { "getname": "Query Change Version Log List", "output": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9e8d9a7..79c1eff 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -4699,6 +4699,9 @@ } } }, + "searchchangelogauditlistapi": { + "getname": "查询数据库变更记录列表" + }, "searchchangelogversionapi": { "getname": "查询变更版本日志列表", "output": { -- Gitee