billtag

package
v0.0.0-...-66b41b3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddBillTag

func AddBillTag(c *gin.Context)

func ListBillTag

func ListBillTag(c *gin.Context)

Types

type BillTagAddForm

type BillTagAddForm struct {
	BillTypeCode constants.BillType `form:"billTypeCode" binding:"required"`
	Name         string             `form:"name" binding:"required"`
	Icon         string             `form:"icon"`
}

type BillTagVo

type BillTagVo struct {
	ID           uint   `json:"id"`
	BillTypeCode uint   `json:"billTypeCode"`
	Name         string `json:"name"`
	Icon         string `json:"icon"`
}

Jump to

Keyboard shortcuts

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