API路径变更+类对象变更
All checks were successful
类变更检测 / class-change-check (push) Successful in 18s

This commit is contained in:
2026-06-09 10:10:00 +08:00
parent 2aa7b0c4ef
commit 4937cc6738
2 changed files with 1 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ public class ApplyClockInController {
* 获取打卡类型 * 获取打卡类型
* @return jnpf.base.ActionResult<java.util.List<jnpf.model.workflow.vo.ClockKindVo>> * @return jnpf.base.ActionResult<java.util.List<jnpf.model.workflow.vo.ClockKindVo>>
*/ */
@GetMapping(value = "/violation/clock-kind") @GetMapping(value = "/violation/clock-kind1")
public ActionResult<List<ClockKindVo>> getClockKindList() { public ActionResult<List<ClockKindVo>> getClockKindList() {
List<ClockKindVo> list = List.of(new ClockKindVo(1, "内勤打卡"), new ClockKindVo(2, "外勤打卡")); List<ClockKindVo> list = List.of(new ClockKindVo(1, "内勤打卡"), new ClockKindVo(2, "外勤打卡"));

View File

@@ -18,8 +18,6 @@ public class ApplyAttendanceOutsideDto {
/** 审批id */ /** 审批id */
private Integer taskId; private Integer taskId;
/** 审批人 */
private String person;
/** 流程标题 */ /** 流程标题 */
private String flowTitle; private String flowTitle;
/** 申请人id */ /** 申请人id */