Explorar o código

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

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
6335c7109d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 {