Files
arbeitszeitmessung/Backend/helper/types.go
2025-02-19 21:16:58 +01:00

10 lines
111 B
Go

package helper
import "time"
type TimeFormValue struct {
TsFrom time.Time
TsTo time.Time
CardUID string
}