From 9ab96bc476c2c64f2bb8bcbf098e0073d1e5d38b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 22 三月 2024 15:33:45 +0800
Subject: [PATCH] 指标管理
---
src/api/pcr/pcrData/types.ts | 46 ++++++++++++++++++----------------------------
1 files changed, 18 insertions(+), 28 deletions(-)
diff --git a/src/api/pcr/pcrData/types.ts b/src/api/pcr/pcrData/types.ts
index e410e7c..cbc94f9 100644
--- a/src/api/pcr/pcrData/types.ts
+++ b/src/api/pcr/pcrData/types.ts
@@ -12,12 +12,12 @@
/**
* 鍛ㄦ湡
*/
- periodName: string;
+ period: number;
/**
* 鍛ㄦ湡骞�
*/
- periodYear: string;
+ periodDate: string;
/**
* 鍛ㄦ湡鏈�
@@ -32,7 +32,7 @@
/**
* 鎸囨爣1鍊�
*/
- indexOneValue: number;
+ indexOneValue: string;
/**
* 鎸囨爣2鍚嶇О
@@ -42,7 +42,7 @@
/**
* 鎸囨爣2鍊�
*/
- indexTwoValue: number;
+ indexTwoValue: string;
/**
* 鎸囨爣3鍚嶇О
@@ -52,7 +52,7 @@
/**
* 鎸囨爣3鍊�
*/
- indexThreeValue: number;
+ indexThreeValue: string;
/**
* 鎸囨爣4鍚嶇О
@@ -62,7 +62,7 @@
/**
* 鎸囨爣4鍊�
*/
- indexFourValue: number;
+ indexFourValue: string;
/**
* 鐘舵�� 1鍚敤 0鏈惎鐢�
@@ -85,17 +85,12 @@
/**
* 鍛ㄦ湡
*/
- periodName?: string;
+ period?: number;
/**
* 鍛ㄦ湡骞�
*/
- periodYear?: string;
-
- /**
- * 鍛ㄦ湡鏈�
- */
- periodMonth?: number;
+ periodDate?: string;
/**
* 鎸囨爣1鍚嶇О
@@ -105,7 +100,7 @@
/**
* 鎸囨爣1鍊�
*/
- indexOneValue?: number;
+ indexOneValue?: string;
/**
* 鎸囨爣2鍚嶇О
@@ -115,7 +110,7 @@
/**
* 鎸囨爣2鍊�
*/
- indexTwoValue?: number;
+ indexTwoValue?: string;
/**
* 鎸囨爣3鍚嶇О
@@ -125,7 +120,7 @@
/**
* 鎸囨爣3鍊�
*/
- indexThreeValue?: number;
+ indexThreeValue?: string;
/**
* 鎸囨爣4鍚嶇О
@@ -135,7 +130,7 @@
/**
* 鎸囨爣4鍊�
*/
- indexFourValue?: number;
+ indexFourValue?: string;
/**
* 鐘舵�� 1鍚敤 0鏈惎鐢�
@@ -154,17 +149,12 @@
/**
* 鍛ㄦ湡
*/
- periodName?: string;
+ period?: number;
/**
* 鍛ㄦ湡骞�
*/
- periodYear?: string;
-
- /**
- * 鍛ㄦ湡鏈�
- */
- periodMonth?: number;
+ periodDate?: string;
/**
* 鎸囨爣1鍚嶇О
@@ -174,7 +164,7 @@
/**
* 鎸囨爣1鍊�
*/
- indexOneValue?: number;
+ indexOneValue?: string;
/**
* 鎸囨爣2鍚嶇О
@@ -184,7 +174,7 @@
/**
* 鎸囨爣2鍊�
*/
- indexTwoValue?: number;
+ indexTwoValue?: string;
/**
* 鎸囨爣3鍚嶇О
@@ -194,7 +184,7 @@
/**
* 鎸囨爣3鍊�
*/
- indexThreeValue?: number;
+ indexThreeValue?: string;
/**
* 鎸囨爣4鍚嶇О
@@ -204,7 +194,7 @@
/**
* 鎸囨爣4鍊�
*/
- indexFourValue?: number;
+ indexFourValue?: string;
/**
* 鐘舵�� 1鍚敤 0鏈惎鐢�
--
Gitblit v1.8.0