Files
toutoukan/model/routine/model.go

12 lines
124 B
Go
Raw Normal View History

2025-08-13 07:11:17 +08:00
package routine
type Task struct {
Id string
Content string
}
type Data struct {
Count int
Record map[int]int
}