9 lines
148 B
Go
9 lines
148 B
Go
|
package configs
|
||
|
|
||
|
type WebSetTimeInfo struct {
|
||
|
ProductDay int64
|
||
|
FactoryDeliverDay int64
|
||
|
DeliverUpsDay int64
|
||
|
UpsTransDay int64
|
||
|
}
|