enterprise/common/qyweixin/checkin.go

8 lines
98 B
Go

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