فهرست منبع

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 4 سال پیش
والد
کامیت
6335c7109d
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 {