|
@@ -47,6 +47,8 @@ type ChartInfo struct {
|
|
|
Instructions string `description:"图表说明"`
|
|
|
MarkersLines string `description:"标识线"`
|
|
|
MarkersAreas string `description:"标识区"`
|
|
|
+ Unit string `description:"中文单位名称"`
|
|
|
+ UnitEn string `description:"英文单位名称"`
|
|
|
}
|
|
|
|
|
|
type ChartInfoMore struct {
|
|
@@ -235,6 +237,8 @@ type EditChartInfoReq struct {
|
|
|
Instructions string `description:"图表说明"`
|
|
|
MarkersLines string `description:"标识线"`
|
|
|
MarkersAreas string `description:"标识区"`
|
|
|
+ Unit string `description:"中文单位名称"`
|
|
|
+ UnitEn string `description:"英文单位名称"`
|
|
|
}
|
|
|
|
|
|
type EditChartEnInfoReq struct {
|
|
@@ -1069,6 +1073,8 @@ type AddChartInfoReq struct {
|
|
|
Instructions string `description:"图表说明"`
|
|
|
MarkersLines string `description:"标识线"`
|
|
|
MarkersAreas string `description:"标识区"`
|
|
|
+ Unit string `description:"中文单位名称"`
|
|
|
+ UnitEn string `description:"英文单位名称"`
|
|
|
}
|
|
|
|
|
|
type PreviewChartInfoReq struct {
|