oms_company_address

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *omsCompanyAddressQueryBuilder

Types

type OmsCompanyAddress

type OmsCompanyAddress struct {
	Id            int64  //
	AddressName   string // 地址名称
	SendStatus    int32  // 默认发货地址:0->否;1->是
	ReceiveStatus int32  // 是否默认收货地址:0->否;1->是
	Name          string // 收发货人姓名
	Phone         string // 收货人电话
	Province      string // 省/直辖市
	City          string // 市
	Region        string // 区
	DetailAddress string // 详细地址
}

OmsCompanyAddress 公司收发货地址表

func NewModel

func NewModel() *OmsCompanyAddress

func (*OmsCompanyAddress) Create

func (t *OmsCompanyAddress) Create(db *gorm.DB) (id int64, err error)

Jump to

Keyboard shortcuts

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