enterprise/common/qyweixin/checkin.go

10 lines
134 B
Go
Raw Normal View History

2023-08-04 18:27:37 +08:00
package qyweixin
type UserCheckIn struct {
UserId string
2023-08-04 20:35:50 +08:00
Exception string
Rawdata string
2023-08-04 18:27:37 +08:00
StartTime int64
EndTime int64
}