Parcourir la source

feat(types): 修改定额工料机类型

zhangweicheng il y a 5 ans
Parent
commit
460b348973
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      types/src/interface/ration.ts

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

@@ -218,7 +218,7 @@ export interface IRationGlj {
   name: string;
   name: string;
   code: string;
   code: string;
   originalCode: string; // 原始的编码
   originalCode: string; // 原始的编码
-  rcode?: string; // 替换工料机后记录原来的工料机编码,要做判断
+  beforeReplaceCode?: string; // 替换工料机后记录原来的工料机编码,要做判断
   specs?: string;
   specs?: string;
   unit: string;
   unit: string;
   type: GljType;
   type: GljType;