Selaa lähdekoodia

feat(types): 项目工料机类型

zhangweicheng 4 vuotta sitten
vanhempi
commit
94395e3cba
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      types/src/interface/glj.ts

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

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