wmoperfoodqueryfoodcatlist

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	/**
	 * APP方门店id
	 */
	EpoiId string `json:"epoiId"`
	/**
	 * 品类名称
	 */
	Name string `json:"name"`
	/**
	 * 菜品分类排序
	 */
	Sequence int32 `json:"sequence"`
	/**
	 * 分类描述
	 */
	CategoryDescription string `json:"category_description"`
	/**
	 * 分组信息。0-普通分类;1-必选分类;2-可单独结算分类
	 */
	CategoryMode int32 `json:"category_mode"`
	/**
	 * 置顶开关,0 关闭; 1 开启
	 */
	TopFlag int32 `json:"top_flag"`
	/**
	 * 置顶时间段
	 */
	TimeZone string `json:"time_zone"`
	/**
	 * 分类创建时间
	 */
	Ctime int32 `json:"ctime"`
	/**
	 * 分类更新时间
	 */
	Utime int32 `json:"utime"`
}

type WmoperFoodQueryFoodcatListRequest

type WmoperFoodQueryFoodcatListRequest struct {
}

func (*WmoperFoodQueryFoodcatListRequest) DoInvoke

type WmoperFoodQueryFoodcatListResponse

type WmoperFoodQueryFoodcatListResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    []Data `json:"data"`
	TraceId string `json:"traceId"`
}

func (*WmoperFoodQueryFoodcatListResponse) IsSuccess

func (response *WmoperFoodQueryFoodcatListResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL