|
@@ -12,7 +12,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
type ChartInfo struct {
|
|
type ChartInfo struct {
|
|
- ChartInfoId int `orm:"column(chart_info_id);pk"`
|
|
|
|
|
|
+ ChartInfoId int `json:"-" orm:"column(chart_info_id);pk"`
|
|
ChartName string `description:"来源名称"`
|
|
ChartName string `description:"来源名称"`
|
|
ChartClassifyId int `json:"-" description:"图表分类id"`
|
|
ChartClassifyId int `json:"-" description:"图表分类id"`
|
|
SysUserId int `json:"-"`
|
|
SysUserId int `json:"-"`
|