package orchard type OrchardStore struct { StoreId int `json:"store_id" yaml:"store_id"` BasicBean int64 `json:"-" yaml:"basic_bean"` HighBean int64 `json:"high_bean" yaml:"high_bean"` MinMulti int `json:"-" yaml:"min_multi"` MaxMulti int `json:"-" yaml:"max_multi"` Number int64 `json:"number" yaml:"number"` StoreName string `json:"store_name" yaml:"store_name"` }