- vendorList

This commit is contained in:
gazebo
2019-07-09 18:24:08 +08:00
parent 652948966b
commit 73e04c229c

View File

@@ -45,7 +45,7 @@ type ActMapPureInfo struct {
type ActVendorInfo struct { type ActVendorInfo struct {
model.Act model.Act
VendorList []*ActMapPureInfo VendorList []*ActMapPureInfo `json:"vendorList"`
} }
type tPreCreateActVendorInfo struct { type tPreCreateActVendorInfo struct {