Browse Source

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

chenshilong 4 năm trước cách đây
mục cha
commit
f661aa82fc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {