This commit is contained in:
Hiven
2023-07-24 10:26:24 +08:00
parent 3201f4d26d
commit f4def7f8a0
3 changed files with 8 additions and 11 deletions

8
utils/configs/order.go Normal file
View File

@@ -0,0 +1,8 @@
package configs
type WebSetTimeInfo struct {
ProductDay int64
FactoryDeliverDay int64
DeliverUpsDay int64
UpsTransDay int64
}