package todo type TodoType = int const ( Reissue TodoType = iota // 补卡 AttendanceApproval // 考勤审批 ApprovalReminder // 请假审批 )