Browse Source

feat(types): 增加手动关联

vian 3 years ago
parent
commit
5ea472a6d2
1 changed files with 1 additions and 0 deletions
  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 {