Revert "feat(风控引擎): RiskRuleService/RiskRuleController 权限控制及需求对齐"

This reverts commit a259b745ce.
This commit is contained in:
张名锐
2026-07-02 16:14:04 +08:00
parent d01253a5da
commit d5a4eab2ec
41 changed files with 110 additions and 2873 deletions
-14
View File
@@ -160,17 +160,3 @@ csharp_preserve_single_line_statements = true
# CA1819: Properties should not return arrays
dotnet_diagnostic.CA1819.severity = silent
# JavaScript 和 TypeScript 文件
[*.{js,jsx,ts,tsx}]
# 缩进和间距
indent_size = 4
indent_style = space
tab_width = 4
# 新行首选项
end_of_line = crlf
insert_final_newline = false
# 拖尾逗号不添加
trailing_comma = none