dw-sdk/brand.go

14 lines
153 B
Go
Raw Normal View History

2024-07-29 15:19:06 +08:00
package dw_sdk
2024-09-02 17:03:52 +08:00
type BrandId int
type BrandName string
2024-07-29 15:19:06 +08:00
const (
2024-09-02 17:03:52 +08:00
BrandId_Coach BrandId = 10229
2024-07-29 15:19:06 +08:00
)
const (
2024-09-02 17:03:52 +08:00
BrandName_Coach BrandName = "COACH/蔻驰"
2024-07-29 15:19:06 +08:00
)