소스 검색

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[];
 }