Przeglądaj źródła

feat(types): 增加手动关联

vian 3 lat temu
rodzic
commit
5ea472a6d2
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {