feat: 支持限制活动打卡的总次数
This commit is contained in:
@@ -10,6 +10,8 @@ type Activity struct {
|
||||
Name string `json:"name"`
|
||||
Image string `json:"image"`
|
||||
Credit int `json:"credit"`
|
||||
Visible int `json:"visible"`
|
||||
Limit int `json:"limit"`
|
||||
TeacherAvailable int `json:"teacher_available"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user