Przeglądaj źródła

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

lishihao 4 lat temu
rodzic
commit
ea41df65bb
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }
 
 // 呈现选项