|
@@ -456,6 +456,8 @@ type EdbInfoList struct {
|
|
|
HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
|
|
|
IsStaticData int `description:"是否是静态指标,0否,1是"`
|
|
|
IsSupplierStop int `description:"是否供应商停更:1:停更,0:未停更"`
|
|
|
+ MinValue float64 `description:"最小值"`
|
|
|
+ MaxValue float64 `description:"最大值"`
|
|
|
}
|
|
|
|
|
|
type EdbDataInsertConfigItem struct {
|