PunishmentsApprovalDto-新增参数测试
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 23s
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 23s
This commit is contained in:
@@ -12,6 +12,9 @@ checker:
|
|||||||
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
||||||
class_check:
|
class_check:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# Dto 类字段变更后,继续检测受影响 Controller 的 API 参数变更
|
||||||
|
dto_api_follow_up:
|
||||||
|
enabled: true
|
||||||
dto_entity_conversion:
|
dto_entity_conversion:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@@ -46,3 +49,5 @@ wecom:
|
|||||||
|
|
||||||
notify:
|
notify:
|
||||||
only_on_change: true
|
only_on_change: true
|
||||||
|
# Dto 类变更与 API 参数变更重叠时的通知策略:both | class_only | api_only
|
||||||
|
dto_overlap_mode: both
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ public class PunishmentsApprovalDto {
|
|||||||
/** 用户Id 暂弃 */
|
/** 用户Id 暂弃 */
|
||||||
private String userId;
|
private String userId;
|
||||||
|
|
||||||
|
/** testId */
|
||||||
|
private String testId;
|
||||||
|
|
||||||
/** 惩罚核算日 */
|
/** 惩罚核算日 */
|
||||||
private Date day;
|
private Date day;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user