enterprise/common/weixin/checkin.go

10 lines
132 B
Go
Raw Normal View History

2023-08-09 22:00:55 +08:00
package weixin
2023-08-04 18:27:37 +08:00
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
}