supplier

package
v0.0.0-...-e764b3d Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Supplier

type Supplier struct {
	SupplierID  int64  `db:"supplier_id" json:"supplier_id"`
	CompanyName string `db:"company_name" json:"company_name"`
	ChiefName   string `db:"chief_name" json:"chief_name"`
	Address     string `db:"address" json:"address"`
	Email       string `db:"email" json:"email"`
}

type Supply

type Supply struct {
	SupplyID      int64     `db:"supply_id"`
	SupplierID    int64     `db:"supplier_id"`
	TransactionID int64     `db:"transaction_id"`
	DateFrom      time.Time `db:"date_from"`
	Price         float64   `db:"price"`
}

Jump to

Keyboard shortcuts

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