类对象变更通知:PunishmentsApprovalDto的嵌套类对象UserSelfDto-》删除参数
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 24s

This commit is contained in:
2026-06-09 17:05:33 +08:00
parent 290f562188
commit 3b12b1a540
2 changed files with 1 additions and 3 deletions

View File

@@ -53,4 +53,4 @@ wecom:
notify:
only_on_change: true
# Dto 类变更与 API 参数变更重叠时的通知策略both | class_only | api_only
dto_overlap_mode: api_only
dto_overlap_mode: class_only

View File

@@ -16,6 +16,4 @@ public class UserSelfDto {
private String userId;
/** 用户名称 */
private String userName;
/** 用户别名 */
private String test;
}