8 lines
133 B
Go
8 lines
133 B
Go
package response
|
|
|
|
// 获取用户守护位返回值
|
|
type GetUserGuardSeatResponse struct {
|
|
SeatType string
|
|
SurplusDays string
|
|
}
|