Explorar el Código

feat(types): 信息价关键字

vian hace 4 años
padre
commit
b7696e9b4a
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      types/src/interface/infoPrice.ts

+ 11 - 0
types/src/interface/infoPrice.ts

@@ -32,6 +32,14 @@ export interface IAreaClass {
   libID: string;
   libID: string;
 }
 }
 
 
+// 关键字
+export interface IInfoKeyword {
+  keyword: string; // 关键字
+  coe: string; // 系数(关键字效果)
+  group: string; // 组别
+  optionCode: string; // 选项号
+}
+
 export interface IInfoPriceItem {
 export interface IInfoPriceItem {
   ID: string;
   ID: string;
   libID: string;
   libID: string;
@@ -42,6 +50,9 @@ export interface IInfoPriceItem {
   unit: string;
   unit: string;
   taxPrice: string; // 含税价格
   taxPrice: string; // 含税价格
   noTaxPrice: string; // 不含税价格
   noTaxPrice: string; // 不含税价格
+  classCode: string; // 别名编码
+  expString: string; // 计算式
+  dateRemark: string; // 月份备注
   // 以下冗余数据为方便前台信息价功能处理
   // 以下冗余数据为方便前台信息价功能处理
   period: string; // 期数 eg: 2020-05
   period: string; // 期数 eg: 2020-05
   areaID: string; // 地区
   areaID: string; // 地区