Explorar el Código

feat(types): 增加手动关联

vian hace 3 años
padre
commit
5ea472a6d2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/glj.ts

+ 1 - 0
types/src/interface/glj.ts

@@ -193,6 +193,7 @@ export interface IMatchedInfoPrice {
   dateRemark?: string;
   classCode: string;
   code: string;
+  isManual?: boolean; // 是否手工关联
 }
 
 export interface IProjectGlj {