|
@@ -43,10 +43,10 @@ const (
|
|
|
// return
|
|
|
// }
|
|
|
type EsChartInfo struct {
|
|
|
- ChartInfoId int
|
|
|
- ChartName string
|
|
|
- ChartImage string
|
|
|
- UniqueCode string
|
|
|
+ ChartInfoId int `json:"chartInfoId"`
|
|
|
+ ChartName string `json:"chartName"`
|
|
|
+ ChartImage string `json:"chartImage"`
|
|
|
+ UniqueCode string `json:"uniqueCode"`
|
|
|
}
|
|
|
|
|
|
// 同步es
|