ソースを参照

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;
   name: string;
   itemCharacter: string; // 必填特征排列组合
   itemCharacter: string; // 必填特征排列组合
   classCode: string; // 类别别名 040101001@一、二类土@人工
   classCode: string; // 类别别名 040101001@一、二类土@人工
+  requiredRationIDs: number[]; // 必套定额ID
+  optionalRationIDs: number[]; // 选套定额ID
+  errorRationIDs: number[]; // 错套定额ID
 }
 }
 
 
 export interface IBillIndexGlj {
 export interface IBillIndexGlj {