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

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

zhangweicheng пре 5 година
родитељ
комит
6c0c092528
1 измењених фајлова са 1 додато и 0 уклоњено
  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[];
 }