From 3875a84fbe3b2032ca02c4a18d90840bc14bae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8C=AE=E7=BB=B4?= Date: Sat, 29 Nov 2025 14:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Writerside/in.tree | 4 +++- Writerside/topics/校核规则分类.md | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Writerside/topics/校核规则分类.md diff --git a/Writerside/in.tree b/Writerside/in.tree index 3d701e7..7014e99 100644 --- a/Writerside/in.tree +++ b/Writerside/in.tree @@ -35,7 +35,9 @@ - + + + diff --git a/Writerside/topics/校核规则分类.md b/Writerside/topics/校核规则分类.md new file mode 100644 index 0000000..d8521fa --- /dev/null +++ b/Writerside/topics/校核规则分类.md @@ -0,0 +1,17 @@ +# 校核规则分类 + + +校核规则应该进行分类处理,有一些是前置校核条件,一个为后置条件。 + +* 前置条件 + * 权限字段 + * 字段为空 +* 后置条件 + * 某些逻辑校核 + +```mermaid +graph TD + A[用户选择进行校核] --> B{指定条件} + B --> Z[记录日志] + +``` \ No newline at end of file