-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 规则审计-联表管理-后端接口 --story=121324647
【新增】 1. 批量获取 RT 字段接口 2. 联表接口上报审计数据 3. 联表列表填充是否存在需要更新的策略字段 【修复】 1. 修复标准字段顺序
- Loading branch information
Showing
10 changed files
with
171 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-16 16:23+0800\n" | ||
"POT-Creation-Date: 2025-01-20 20:33+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -3647,6 +3647,9 @@ msgstr "List Tables" | |
msgid "Get RT Fields" | ||
msgstr "Get RT Fields" | ||
|
||
msgid "Bulk Get RT Fields" | ||
msgstr "Bulk Get RT Fields" | ||
|
||
msgid "Get Strategy Status" | ||
msgstr "Get Strategy Status" | ||
|
||
|
@@ -3853,6 +3856,12 @@ msgstr "Plan variables" | |
msgid "Table ID" | ||
msgstr "Table ID" | ||
|
||
msgid "Table IDS" | ||
msgstr "Table IDS" | ||
|
||
msgid "Multiple separated by commas" | ||
msgstr "Multiple separated by commas" | ||
|
||
msgid "value" | ||
msgstr "value" | ||
|
||
|
@@ -3917,6 +3926,9 @@ msgstr "Link Table Configuration" | |
msgid "逗号分隔的标签ID列表" | ||
msgstr "Comma-separated tag ID list" | ||
|
||
msgid "Need Update Strategy" | ||
msgstr "Need Update Strategy" | ||
|
||
msgid "Link Table Count" | ||
msgstr "Link Table Count" | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-16 16:23+0800\n" | ||
"POT-Creation-Date: 2025-01-20 20:33+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -3647,6 +3647,9 @@ msgstr "获取结果表列表" | |
msgid "Get RT Fields" | ||
msgstr "获取RT字段" | ||
|
||
msgid "Bulk Get RT Fields" | ||
msgstr "批量获取RT字段" | ||
|
||
msgid "Get Strategy Status" | ||
msgstr "获取策略状态" | ||
|
||
|
@@ -3853,6 +3856,12 @@ msgstr "方案参数" | |
msgid "Table ID" | ||
msgstr "结果表ID" | ||
|
||
msgid "Table IDS" | ||
msgstr "结果表IDS" | ||
|
||
msgid "Multiple separated by commas" | ||
msgstr "多个以逗号分隔" | ||
|
||
msgid "value" | ||
msgstr "值" | ||
|
||
|
@@ -3901,6 +3910,9 @@ msgstr "联表配置" | |
msgid "逗号分隔的标签ID列表" | ||
msgstr "逗号分隔的标签ID列表" | ||
|
||
msgid "Need Update Strategy" | ||
msgstr "是否存在需要更新的策略" | ||
|
||
msgid "Link Table Count" | ||
msgstr "联表数" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.