소스 검색

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

chenshilong 4 년 전
부모
커밋
f661aa82fc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      types/src/interface/installation.ts

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

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