|
@@ -34,6 +34,7 @@ type BaseFromMysteelChemicalIndex struct {
|
|
|
TerminalCode string `description:"终端编码"`
|
|
|
IsStop int `description:"是否停更:1:停更,0:未停更"`
|
|
|
EndValue float64 `description:"指标的最新值"`
|
|
|
+ IsSupplierStop int `description:"是否供应商停更:1:停更,0:未停更"`
|
|
|
}
|
|
|
|
|
|
type BaseFromMysteelChemicalIndexItem struct {
|
|
@@ -190,6 +191,7 @@ type MysteelChemicalList struct {
|
|
|
EdbInfoId int `description:"指标库的id"`
|
|
|
UpdateTime string `orm:"column(modify_time)"`
|
|
|
IsStop int `description:"是否停更:1:停更,0:未停更"`
|
|
|
+ IsSupplierStop int `description:"是否供应商停更:1:停更,0:未停更"`
|
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
|
DataList []*MysteelChemicalData
|
|
|
}
|