初始
This commit is contained in:
9
third/todo/todo_var.go
Normal file
9
third/todo/todo_var.go
Normal file
@ -0,0 +1,9 @@
|
||||
package todo
|
||||
|
||||
type TodoType = int
|
||||
|
||||
const (
|
||||
Reissue TodoType = iota // 补卡
|
||||
AttendanceApproval // 考勤审批
|
||||
ApprovalReminder // 请假审批
|
||||
)
|
Reference in New Issue
Block a user