- package request
- type ApplyMarkReq struct {
- ApplyRecordId int `description:"申请记录ID"`
- UserId int `description:"用户ID"`
- }
- type ApplyMarkGroupReq struct {
- ApplyRecordId int `description:"申请记录ID"`
- GroupName string `description:"分组名"`
- UserId int `description:"用户ID"`
- }
|