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:
@@ -50,4 +50,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: both
|
dto_overlap_mode: api_only
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ public class PunishmentsApprovalDto {
|
|||||||
/** 用户Id 暂弃 */
|
/** 用户Id 暂弃 */
|
||||||
private String userId;
|
private String userId;
|
||||||
|
|
||||||
/** testId */
|
/** testType */
|
||||||
private Integer testId;
|
private Integer testType;
|
||||||
|
|
||||||
/** 惩罚核算日 */
|
/** 惩罚核算日 */
|
||||||
private Date day;
|
private Date day;
|
||||||
|
|||||||
Reference in New Issue
Block a user