Explorar el Código

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

zhangweicheng hace 5 años
padre
commit
460b348973
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/ration.ts

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

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