Files
toutoukan/model/routine/model.go
2025-08-13 07:11:17 +08:00

12 lines
124 B
Go

package routine
type Task struct {
Id string
Content string
}
type Data struct {
Count int
Record map[int]int
}