Explorar o código

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

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
8b19a710b9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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; // 可选人材机编码