Explorar o código

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

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
460b348973
Modificáronse 1 ficheiros con 1 adicións e 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;