Browse Source

feat(types): 安装费增加排序字段

chenshilong 4 years ago
parent
commit
f661aa82fc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/installation.ts

+ 2 - 0
types/src/interface/installation.ts

@@ -43,6 +43,7 @@ export interface IInstallSection {
   feeItemID: string;
   feeItemID: string;
   feeRuleID: string;
   feeRuleID: string;
   name: string;
   name: string;
+  seq: Number; // 排序
 }
 }
 
 
 // 安装增加费-费用项
 // 安装增加费-费用项
@@ -53,6 +54,7 @@ export interface IInstallFeeItem {
   position: string; // 记取位置
   position: string; // 记取位置
   billID?: string; // 记取位置对应的清单ID
   billID?: string; // 记取位置对应的清单ID
   isCalc: boolean; // 是否记取
   isCalc: boolean; // 是否记取
+  seq: Number; // 排序
 }
 }
 
 
 export enum FeeItemCalcType {
 export enum FeeItemCalcType {