| | |
| | | /** |
| | | * 周期 |
| | | */ |
| | | periodName: string; |
| | | period: number; |
| | | |
| | | /** |
| | | * 周期年 |
| | | */ |
| | | periodYear: string; |
| | | periodDate: string; |
| | | |
| | | /** |
| | | * 周期月 |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | indexOneValue: number; |
| | | indexOneValue: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | indexTwoValue: number; |
| | | indexTwoValue: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | indexThreeValue: number; |
| | | indexThreeValue: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | indexFourValue: number; |
| | | indexFourValue: string; |
| | | |
| | | /** |
| | | * 状态 1启用 0未启用 |
| | |
| | | /** |
| | | * 周期 |
| | | */ |
| | | periodName?: string; |
| | | period?: number; |
| | | |
| | | /** |
| | | * 周期年 |
| | | */ |
| | | periodYear?: string; |
| | | |
| | | /** |
| | | * 周期月 |
| | | */ |
| | | periodMonth?: number; |
| | | periodDate?: string; |
| | | |
| | | /** |
| | | * 指标1名称 |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | indexOneValue?: number; |
| | | indexOneValue?: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | indexTwoValue?: number; |
| | | indexTwoValue?: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | indexThreeValue?: number; |
| | | indexThreeValue?: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | indexFourValue?: number; |
| | | indexFourValue?: string; |
| | | |
| | | /** |
| | | * 状态 1启用 0未启用 |
| | |
| | | /** |
| | | * 周期 |
| | | */ |
| | | periodName?: string; |
| | | period?: number; |
| | | |
| | | /** |
| | | * 周期年 |
| | | */ |
| | | periodYear?: string; |
| | | |
| | | /** |
| | | * 周期月 |
| | | */ |
| | | periodMonth?: number; |
| | | periodDate?: string; |
| | | |
| | | /** |
| | | * 指标1名称 |
| | |
| | | /** |
| | | * 指标1值 |
| | | */ |
| | | indexOneValue?: number; |
| | | indexOneValue?: string; |
| | | |
| | | /** |
| | | * 指标2名称 |
| | |
| | | /** |
| | | * 指标2值 |
| | | */ |
| | | indexTwoValue?: number; |
| | | indexTwoValue?: string; |
| | | |
| | | /** |
| | | * 指标3名称 |
| | |
| | | /** |
| | | * 指标3值 |
| | | */ |
| | | indexThreeValue?: number; |
| | | indexThreeValue?: string; |
| | | |
| | | /** |
| | | * 指标4名称 |
| | |
| | | /** |
| | | * 指标4值 |
| | | */ |
| | | indexFourValue?: number; |
| | | indexFourValue?: string; |
| | | |
| | | /** |
| | | * 状态 1启用 0未启用 |