瀏覽代碼

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