36 lines
1.5 KiB
Go
36 lines
1.5 KiB
Go
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
// Code generated by gorm.io/gen. DO NOT EDIT.
|
|
|
|
package prestadb
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
const TableNamePsPocztapolskaenOrder = "ps_pocztapolskaen_order"
|
|
|
|
// PsPocztapolskaenOrder mapped from table <ps_pocztapolskaen_order>
|
|
type PsPocztapolskaenOrder struct {
|
|
IDPpOrder int32 `gorm:"column:id_pp_order;primaryKey;autoIncrement:true" json:"id_pp_order"`
|
|
IDOrder *int32 `gorm:"column:id_order" json:"id_order"`
|
|
IDCart *int32 `gorm:"column:id_cart" json:"id_cart"`
|
|
IDShipment *string `gorm:"column:id_shipment" json:"id_shipment"`
|
|
ShipmentNumber *string `gorm:"column:shipment_number" json:"shipment_number"`
|
|
ShipmentType *string `gorm:"column:shipment_type" json:"shipment_type"`
|
|
Point *string `gorm:"column:point" json:"point"`
|
|
Pni *int32 `gorm:"column:pni" json:"pni"`
|
|
Cod bool `gorm:"column:cod;not null" json:"cod"`
|
|
IDBuffor *int32 `gorm:"column:id_buffor" json:"id_buffor"`
|
|
PostDate *time.Time `gorm:"column:post_date" json:"post_date"`
|
|
SendDate *time.Time `gorm:"column:send_date" json:"send_date"`
|
|
DateAdd *time.Time `gorm:"column:date_add" json:"date_add"`
|
|
DateUpd *time.Time `gorm:"column:date_upd" json:"date_upd"`
|
|
IDCarrier *int32 `gorm:"column:id_carrier" json:"id_carrier"`
|
|
}
|
|
|
|
// TableName PsPocztapolskaenOrder's table name
|
|
func (*PsPocztapolskaenOrder) TableName() string {
|
|
return TableNamePsPocztapolskaenOrder
|
|
}
|