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

refactor(types): 标准、补充子目换算ID

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

+ 2 - 0
types/src/interface/ration.ts

@@ -150,12 +150,14 @@ export interface IOptionList {
   value: string;
 }
 export interface ICptCoeItem extends IBaseCoeItem {
+  ID: string;
   ownerID: string;
   compilationID: string;
   coes: ICptCoe[];
 }
 
 export interface IStdCoeItem extends IBaseCoeItem {
+  ID: number;
   libID: number; // 所属定额定ID
   original_code?: string; // 原人材机编码
   option_codes?: string; // 可选人材机编码