package
Version:
v0.0.0-...-66b41b3
Opens a new window with list of versions in this module.
Published: Mar 22, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BillTagAddForm struct {
BillTypeCode constants.BillType `form:"billTypeCode" binding:"required"`
Name string `form:"name" binding:"required"`
Icon string `form:"icon"`
}
type BillTagVo struct {
ID uint `json:"id"`
BillTypeCode uint `json:"billTypeCode"`
Name string `json:"name"`
Icon string `json:"icon"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.