package
Version:
v0.0.0-...-9c4fc95
Opens a new window with list of versions in this module.
Published: Dec 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Billing struct {
gorm.Model
Title string `gorm:"comment:'標題'"`
Amount int `gorm:"comment:'總付款金額'"`
Payer string `gorm:"comment:'付款人'"`
Note string `gorm:"comment:'備註'"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.