enterprise/common/qyweixin/checkin.go

10 lines
134 B
Go

package qyweixin
type UserCheckIn struct {
UserId string
Exception string
Rawdata string
StartTime int64
EndTime int64
}