This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# 总开关:false 时跳过 class_check + api_check,流水线直接退出
|
# 总开关:false 时跳过 class_check + api_check,流水线直接退出
|
||||||
checker:
|
checker:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
# 类变更检测(Vo/Dto/Entity/Model 字段增删改等)
|
||||||
class_check:
|
class_check:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import java.util.List;
|
|||||||
public class ApplyAttendanceOutsideDto {
|
public class ApplyAttendanceOutsideDto {
|
||||||
|
|
||||||
/** 审批id */
|
/** 审批id */
|
||||||
private Integer taskId;
|
private String taskId;
|
||||||
/** 流程标题 */
|
/** 流程标题 */
|
||||||
private String flowTitle;
|
private String flowTitle;
|
||||||
/** 申请人id */
|
/** 申请人id */
|
||||||
|
|||||||
Reference in New Issue
Block a user