保存审核打分数

此提交包含在:
2022-11-26 20:29:52 +08:00
父節點 9e82d82117
當前提交 ca892632ab
共有 3 個檔案被更改,包括 3 行新增0 行删除

查看文件

@@ -24,6 +24,7 @@ type UserActivity struct {
UserActivityForm
Status int `json:"status"`
Day string `json:"day"`
Credit int `json:"credit"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}