po

package
v0.0.0-...-57ed434 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PpmCmmArea

type PpmCmmArea struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	CountryId int64  `db:"country_id,omitempty" json:"countryId"`
	Code      int64  `db:"code,omitempty" json:"code"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	LowerName string `db:"lower_name,omitempty" json:"lowerName"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmArea) TableName

func (*PpmCmmArea) TableName() string

type PpmCmmCities

type PpmCmmCities struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	StateId   int64  `db:"state_id,omitempty" json:"stateId"`
	Code      string `db:"code,omitempty" json:"code"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	LowerName string `db:"lower_name,omitempty" json:"lowerName"`
	CodeFull  string `db:"code_full,omitempty" json:"codeFull"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmCities) TableName

func (*PpmCmmCities) TableName() string

type PpmCmmContinents

type PpmCmmContinents struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	LowerName string `db:"lower_name,omitempty" json:"lowerName"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmContinents) TableName

func (*PpmCmmContinents) TableName() string

type PpmCmmCountries

type PpmCmmCountries struct {
	Id          int64  `db:"id,omitempty" json:"id"`
	ContinentId int64  `db:"continent_id,omitempty" json:"continentId"`
	Code        string `db:"code,omitempty" json:"code"`
	Name        string `db:"name,omitempty" json:"name"`
	FullName    string `db:"full_name,omitempty" json:"fullName"`
	Cname       string `db:"cname,omitempty" json:"cname"`
	FullCname   string `db:"full_cname,omitempty" json:"fullCname"`
	LowerName   string `db:"lower_name,omitempty" json:"lowerName"`
	Remark      string `db:"remark,omitempty" json:"remark"`
	IsShow      int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault   int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete    int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmCountries) TableName

func (*PpmCmmCountries) TableName() string

type PpmCmmIndustry

type PpmCmmIndustry struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	Pid       int64  `db:"pid,omitempty" json:"pid"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmIndustry) TableName

func (*PpmCmmIndustry) TableName() string

type PpmCmmMobilePrefix

type PpmCmmMobilePrefix struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	En        string `db:"en,omitempty" json:"en"`
	Zh        string `db:"zh,omitempty" json:"zh"`
	Code      string `db:"code,omitempty" json:"code"`
	Locale    string `db:"locale,omitempty" json:"locale"`
	Preg      string `db:"preg,omitempty" json:"preg"`
	CountryId int64  `db:"country_id,omitempty" json:"countryId"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmMobilePrefix) TableName

func (*PpmCmmMobilePrefix) TableName() string

type PpmCmmRegions

type PpmCmmRegions struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	CityId    int64  `db:"city_id,omitempty" json:"cityId"`
	Code      string `db:"code,omitempty" json:"code"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	LowerName string `db:"lower_name,omitempty" json:"lowerName"`
	CodeFull  string `db:"code_full,omitempty" json:"codeFull"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmRegions) TableName

func (*PpmCmmRegions) TableName() string

type PpmCmmStates

type PpmCmmStates struct {
	Id        int64  `db:"id,omitempty" json:"id"`
	CountryId int64  `db:"country_id,omitempty" json:"countryId"`
	Code      string `db:"code,omitempty" json:"code"`
	Name      string `db:"name,omitempty" json:"name"`
	Cname     string `db:"cname,omitempty" json:"cname"`
	LowerName string `db:"lower_name,omitempty" json:"lowerName"`
	CodeFull  string `db:"code_full,omitempty" json:"codeFull"`
	AreaId    int    `db:"area_id,omitempty" json:"areaId"`
	IsShow    int    `db:"is_show,omitempty" json:"isShow"`
	IsDefault int    `db:"is_default,omitempty" json:"isDefault"`
	IsDelete  int    `db:"is_delete,omitempty" json:"isDelete"`
}

func (*PpmCmmStates) TableName

func (*PpmCmmStates) TableName() string

Jump to

Keyboard shortcuts

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