Przeglądaj źródła

feat(types): 定额属性调整

zhangweicheng 4 lat temu
rodzic
commit
6db3573605
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/ration.ts

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

@@ -271,7 +271,7 @@ export interface ITemplateItem {
   fxID: string; // 这个是分项对应的ID
   unit: string;
   quantity: number;
-  coe: number;
+  coe?: number;
   billID?: string; // 记取位置对应的清单ID
 }
 export interface IRationTemplate {