entity

package
v0.0.0-...-00c85ee Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 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 InvoiceNumberEntity

type InvoiceNumberEntity struct {
	InvoiceNumber string    `gorm:"column:invoice_number;size:16;primaryKey"`
	Tenant        string    `gorm:"column:tenant;size:50"`
	CreatedDate   time.Time `gorm:"default:current_timestamp"`
	Attempts      int       `gorm:"column:attempts"`
}

func (InvoiceNumberEntity) TableName

func (InvoiceNumberEntity) TableName() string

Jump to

Keyboard shortcuts

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