| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | targetOneValue: number; |
| | | targetOneValue: string; |
| | | |
| | | /** |
| | | * 指标1单位 |
| | |
| | | /** |
| | | * 指标1上浮或下降值 |
| | | */ |
| | | targetOneCompareValue: number; |
| | | targetOneCompareValue: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | targetTwoValue: number; |
| | | targetTwoValue: string; |
| | | |
| | | /** |
| | | * 指标2单位 |
| | |
| | | /** |
| | | * 指标2上浮或下降值 |
| | | */ |
| | | targetTwoCompareValue: number; |
| | | targetTwoCompareValue: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | targetThreeValue: number; |
| | | targetThreeValue: string; |
| | | |
| | | /** |
| | | * 指标3单位 |
| | |
| | | /** |
| | | * 指标3上浮或下降值 |
| | | */ |
| | | targetThreeCompareValue: number; |
| | | targetThreeCompareValue: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | targetFourValue: number; |
| | | targetFourValue: string; |
| | | |
| | | /** |
| | | * 指标4单位 |
| | |
| | | /** |
| | | * 指标4上浮或下降值 |
| | | */ |
| | | targetFourCompareValue: number; |
| | | targetFourCompareValue: string; |
| | | |
| | | /** |
| | | * 启用状态 1启用 2未启用 |
| | |
| | | /** |
| | | * 周期 1 月 2年 |
| | | */ |
| | | periodName: string; |
| | | period: number; |
| | | |
| | | /** |
| | | * 周期值 |
| | | */ |
| | | periodValue: number; |
| | | periodDate: string; |
| | | |
| | | /** |
| | | * 0未删除 1已删除 |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | targetOneValue?: number; |
| | | targetOneValue?: string; |
| | | |
| | | /** |
| | | * 指标1单位 |
| | |
| | | /** |
| | | * 指标1上浮或下降值 |
| | | */ |
| | | targetOneCompareValue?: number; |
| | | targetOneCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | targetTwoValue?: number; |
| | | targetTwoValue?: string; |
| | | |
| | | /** |
| | | * 指标2单位 |
| | |
| | | /** |
| | | * 指标2上浮或下降值 |
| | | */ |
| | | targetTwoCompareValue?: number; |
| | | targetTwoCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | targetThreeValue?: number; |
| | | targetThreeValue?: string; |
| | | |
| | | /** |
| | | * 指标3单位 |
| | |
| | | /** |
| | | * 指标3上浮或下降值 |
| | | */ |
| | | targetThreeCompareValue?: number; |
| | | targetThreeCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | targetFourValue?: number; |
| | | targetFourValue?: string; |
| | | |
| | | /** |
| | | * 指标4单位 |
| | |
| | | /** |
| | | * 指标4上浮或下降值 |
| | | */ |
| | | targetFourCompareValue?: number; |
| | | targetFourCompareValue?: string; |
| | | |
| | | /** |
| | | * 启用状态 1启用 2未启用 |
| | |
| | | /** |
| | | * 周期 1 月 2年 |
| | | */ |
| | | periodName?: string; |
| | | period?: number; |
| | | |
| | | /** |
| | | * 周期值 |
| | | */ |
| | | periodValue?: number; |
| | | periodDate?: string; |
| | | |
| | | /** |
| | | * 0未删除 1已删除 |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | targetOneValue?: number; |
| | | targetOneValue?: string; |
| | | |
| | | /** |
| | | * 指标1单位 |
| | |
| | | /** |
| | | * 指标1上浮或下降值 |
| | | */ |
| | | targetOneCompareValue?: number; |
| | | targetOneCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | targetTwoValue?: number; |
| | | targetTwoValue?: string; |
| | | |
| | | /** |
| | | * 指标2单位 |
| | |
| | | /** |
| | | * 指标2上浮或下降值 |
| | | */ |
| | | targetTwoCompareValue?: number; |
| | | targetTwoCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | targetThreeValue?: number; |
| | | targetThreeValue?: string; |
| | | |
| | | /** |
| | | * 指标3单位 |
| | |
| | | /** |
| | | * 指标3上浮或下降值 |
| | | */ |
| | | targetThreeCompareValue?: number; |
| | | targetThreeCompareValue?: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | targetFourValue?: number; |
| | | targetFourValue?: string; |
| | | |
| | | /** |
| | | * 指标4单位 |
| | |
| | | /** |
| | | * 指标4上浮或下降值 |
| | | */ |
| | | targetFourCompareValue?: number; |
| | | targetFourCompareValue?: string; |
| | | |
| | | /** |
| | | * 启用状态 1启用 2未启用 |
| | |
| | | /** |
| | | * 周期 1 月 2年 |
| | | */ |
| | | periodName?: string; |
| | | period?: number; |
| | | |
| | | /** |
| | | * 周期值 |
| | | */ |
| | | periodValue?: number; |
| | | periodDate?: string; |
| | | |
| | | /** |
| | | * 0未删除 1已删除 |