Jelajahi Sumber

feat(types): 添加选中的人材机编码

zhangweicheng 5 tahun lalu
induk
melakukan
6c0c092528
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      types/src/interface/ration.ts

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

@@ -120,6 +120,7 @@ export interface IRationCoe {
   originalCode?: string;
   optionList?: IOptionList[];
   optionCodes?: string; // 可选人材机编码
+  selectCode?: string; // 选中的人材机编码
   isAdjust: boolean; // 默认 false
   coes: IStdCoe[];
 }