Ver código fonte

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

lishihao 4 anos atrás
pai
commit
ea41df65bb
1 arquivos alterados com 1 adições e 1 exclusões
  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 {
 export interface IBillsQuantityDecimal {
   unit: string;
   unit: string;
   decimal: number;
   decimal: number;
-  ID?:string;
+  ID:string;
 }
 }
 
 
 // 呈现选项
 // 呈现选项