|
@@ -191,7 +191,7 @@ func GetMysteelChemicalFrequency(condition string, pars []interface{}) (items []
|
|
// MysteelChemicalList 上海钢联指标列表
|
|
// MysteelChemicalList 上海钢联指标列表
|
|
type MysteelChemicalList struct {
|
|
type MysteelChemicalList struct {
|
|
Id int `gorm:"column:base_from_mysteel_chemical_index_id"`
|
|
Id int `gorm:"column:base_from_mysteel_chemical_index_id"`
|
|
- BaseFromMysteelChemicalClassifyId int `gorm:"column:base_from_mysteel_chemical_classify_id" description:"钢联化工指标分类id"`
|
|
|
|
|
|
+ BaseFromMysteelChemicalClassifyId int `gorm:"column:base_from_mysteel_chemical_classify_id" description:"上海钢联指标分类id"`
|
|
ParentClassifyId int `description:"上海钢联指标父级分类id"`
|
|
ParentClassifyId int `description:"上海钢联指标父级分类id"`
|
|
IndexCode string `description:"指标编码"`
|
|
IndexCode string `description:"指标编码"`
|
|
IndexName string `description:"指标名称"`
|
|
IndexName string `description:"指标名称"`
|