package
Version:
v0.0.0-...-1bf96ee
Opens a new window with list of versions in this module.
Published: Oct 9, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppVersionAttrDto struct {
dto.PageDto
AttrId string `json:"attrId" sql:"-"`
AvId string `json:"avId" sql:"-"`
Version string `json:"version"`
TenantId string `json:"tenantId" sql:"-"`
CreateTime string `json:"createTime" sql:"-"`
StatusCd string `json:"statusCd" sql:"-"`
}
type AppVersionDto struct {
dto.PageDto
AvId string `json:"avId" sql:"-"`
Name string `json:"name" sql:"-"`
TenantId string `json:"tenantId" sql:"-"`
CreateTime string `json:"createTime" sql:"-"`
StatusCd string `json:"statusCd" sql:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.