Browse Source

feat(types): 工料机识别结果添加材料编码

zhangweicheng 4 years atrás
parent
commit
e773ce0713
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/glj.ts

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

@@ -190,6 +190,7 @@ export interface IMatchedInfoPrice {
   specs: string;
   unit: string;
   dateRemark?: string;
+  code: string;
 }
 
 export interface IProjectGlj {