Explorar el Código

feat(types): 项目属性相关types修改

lishihao hace 4 años
padre
commit
9086dcb490
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/project.ts

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

@@ -39,6 +39,7 @@ export interface IDecimal {
 export interface IBillsQuantityDecimal {
   unit: string;
   decimal: number;
+  ID:string;
 }
 
 // 呈现选项