From 1feea304776ab97ab04f953a3e1b2334dfdc8732 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 14:35:08 +0800
Subject: [PATCH] 定金增加默认值
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java
index e398042..d4a55ef 100644
--- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java
+++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/controller/admin/notice/vo/NoticePageReqVO.java
@@ -10,7 +10,7 @@
@EqualsAndHashCode(callSuper = true)
public class NoticePageReqVO extends PageParam {
- @Schema(description = "閫氱煡鍏憡鍚嶇О锛屾ā绯婂尮閰�", example = "鑺嬮亾")
+ @Schema(description = "閫氱煡鍏憡鍚嶇О锛屾ā绯婂尮閰�", example = "瓒呯骇绠$悊鍛�")
private String title;
@Schema(description = "灞曠ず鐘舵�侊紝鍙傝 CommonStatusEnum 鏋氫妇绫�", example = "1")
--
Gitblit v1.9.3