enterprise/common/qyweixin/checkin.go

8 lines
98 B
Go
Raw Normal View History

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