dto

package
v0.0.0-...-8170b65 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detail

type Detail struct {
	Data []string                       `json:"data"`
	Res  []map[string]map[string]string `json:"res"`
}

type FormatDetail

type FormatDetail struct {
	Detail []string `json:"detail"`
	Value  string   `json:"value"`
}

type ProductRule

type ProductRule struct {
	Id         int64         `json:"id"`
	RuleName   string        `json:"ruleName" valid:"Required;"`
	RuleValue  []interface{} `json:"ruleValue" valid:"Required;"`
	CreateTime time.Time     `json:"createTime"`
}

type StorePic

type StorePic struct {
	Id         int64    `json:"id"`
	ListPicUrl []string `json:"list_pic_url" valid:"Required;"`
	Mobile     string   `json:"mobile"`
	Wechat     string   `json:"wechat"`
	PicType    int      `json:"pic_type"`
}

type StorePicInfo

type StorePicInfo struct {
	Id            int64    `json:"id"`
	PrimaryPicUrl string   `json:"primary_pic_url" valid:"Required;"`
	ListPicUrl    []string `json:"list_pic_url" valid:"Required;"`
	Mobile        string   `json:"mobile"`
	Wechat        string   `json:"wechat"`
	PicType       int      `json:"pic_type"`
}

Jump to

Keyboard shortcuts

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