소스 검색

feat(types): 增加手动关联

vian 3 년 전
부모
커밋
5ea472a6d2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {