浏览代码

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

zhangweicheng 4 年之前
父节点
当前提交
e773ce0713
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {