ソースを参照

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

lishihao 4 年 前
コミット
9086dcb490
1 ファイル変更1 行追加0 行削除
  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;
 }
 
 // 呈现选项