From efff0788aa30d8ca2a3ef2a0d4f7d7b56f219b00 Mon Sep 17 00:00:00 2001 From: ChenYan <3139166962@qq.com> Date: Fri, 14 Feb 2025 10:35:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=94=A8=E6=88=B7=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE/=E9=9A=90=E7=A7=81=E6=94=BF=E7=AD=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcwl-system/src/main/java/com/mcwl/system/domain/Policy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwl-system/src/main/java/com/mcwl/system/domain/Policy.java b/mcwl-system/src/main/java/com/mcwl/system/domain/Policy.java index 24af945..4375d28 100644 --- a/mcwl-system/src/main/java/com/mcwl/system/domain/Policy.java +++ b/mcwl-system/src/main/java/com/mcwl/system/domain/Policy.java @@ -15,7 +15,7 @@ import lombok.NoArgsConstructor; * @Project:mcwl-ai * @Package:com.mcwl.system.domain * @Filename:Per - * @Description 用户协议/隐私政策 + * @Description 用户协议/隐私政策表 * @Date:2025/2/14 10:05 */ @AllArgsConstructor