feat: 成长记录
This commit is contained in:
@@ -51,3 +51,12 @@ type CompleteTask struct {
|
||||
TaskId string `json:"taskId" binding:"required"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
type CreateGrowthRecord struct {
|
||||
PlantId string `json:"plantId" binding:"required"`
|
||||
OssIds []string `json:"ossIds"`
|
||||
Name string `json:"name"`
|
||||
Tag string `json:"tag"`
|
||||
Desc string `json:"desc"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user