This commit is contained in:
苏尹岚
2021-01-28 09:41:37 +08:00
parent a24754705a
commit 7deeb4fbd3

View File

@@ -10,4 +10,5 @@ type VendorOrgCode struct {
Type string `json:"type"` //platform 普通平台, delivery 三方配送平台
IsJxCat int `json:"isJxCat"` //是否使用京西分类0默认使用
IsOpen int `json:"isOpen"` //主要三方配送用是否配送默认0表示打开1表示关
}