Browse Source

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

zhangweicheng 5 năm trước cách đây
mục cha
commit
6c0c092528
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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[];
 }