10 lines
111 B
Go
10 lines
111 B
Go
package helper
|
|
|
|
import "time"
|
|
|
|
type TimeFormValue struct {
|
|
TsFrom time.Time
|
|
TsTo time.Time
|
|
CardUID string
|
|
}
|