feat(app): update
This commit is contained in:
7
pkg/dto/response/GetUserGuardSeatResponse.go
Normal file
7
pkg/dto/response/GetUserGuardSeatResponse.go
Normal file
@ -0,0 +1,7 @@
|
||||
package response
|
||||
|
||||
// 获取用户守护位返回值
|
||||
type GetUserGuardSeatResponse struct {
|
||||
SeatType string
|
||||
SurplusDays string
|
||||
}
|
||||
Reference in New Issue
Block a user