ソースを参照

feat(server): 项目属性types修改

lishihao 4 年 前
コミット
ea41df65bb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/project.ts

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

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