init: initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"sundynix-go/model/plant"
|
||||
)
|
||||
|
||||
// PlantTaskVO 植物任务
|
||||
type PlantTaskVO struct {
|
||||
MyPlant *plant.MyPlant
|
||||
HasExpired bool `json:"hasExpired"`
|
||||
Tasks []*plant.CareTask `json:"tasks"`
|
||||
}
|
||||
Reference in New Issue
Block a user