Files
zmkgC/third/todo/todo_var.go

10 lines
195 B
Go
Raw Permalink Normal View History

2025-07-07 20:11:59 +08:00
package todo
type TodoType = int
const (
Reissue TodoType = iota // 补卡
AttendanceApproval // 考勤审批
ApprovalReminder // 请假审批
)