Files
servicebase/pkg/dto/response/GetUserGuardSeatResponse.go
2025-11-19 14:24:13 +08:00

8 lines
133 B
Go

package response
// 获取用户守护位返回值
type GetUserGuardSeatResponse struct {
SeatType string
SurplusDays string
}