|
@@ -341,6 +341,8 @@ type BaseCalculateResp struct {
|
|
IsAddLog bool `json:"-" description:"true 新增操作日志,false 不新增操作日志" `
|
|
IsAddLog bool `json:"-" description:"true 新增操作日志,false 不新增操作日志" `
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// BaseCalculateDataResp
|
|
|
|
+// @Description: 基础计算的返回结果
|
|
type BaseCalculateDataResp struct {
|
|
type BaseCalculateDataResp struct {
|
|
DataMap map[string]float64
|
|
DataMap map[string]float64
|
|
DateList []string
|
|
DateList []string
|