Преглед изворни кода

feat(types): 清单类别库,定额检测相关

vian пре 4 година
родитељ
комит
e665855166
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      types/src/interface/bill.ts

+ 3 - 0
types/src/interface/bill.ts

@@ -230,6 +230,9 @@ export interface IBillClass {
   name: string;
   itemCharacter: string; // 必填特征排列组合
   classCode: string; // 类别别名 040101001@一、二类土@人工
+  requiredRationIDs: number[]; // 必套定额ID
+  optionalRationIDs: number[]; // 选套定额ID
+  errorRationIDs: number[]; // 错套定额ID
 }
 
 export interface IBillIndexGlj {