类对象变更通知:PunishmentsApprovalDto的嵌套类对象UserSelfDto-》删除参数
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 24s
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 24s
This commit is contained in:
@@ -53,4 +53,4 @@ wecom:
|
|||||||
notify:
|
notify:
|
||||||
only_on_change: true
|
only_on_change: true
|
||||||
# Dto 类变更与 API 参数变更重叠时的通知策略:both | class_only | api_only
|
# Dto 类变更与 API 参数变更重叠时的通知策略:both | class_only | api_only
|
||||||
dto_overlap_mode: api_only
|
dto_overlap_mode: class_only
|
||||||
|
|||||||
@@ -16,6 +16,4 @@ public class UserSelfDto {
|
|||||||
private String userId;
|
private String userId;
|
||||||
/** 用户名称 */
|
/** 用户名称 */
|
||||||
private String userName;
|
private String userName;
|
||||||
/** 用户别名 */
|
|
||||||
private String test;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user