浏览代码

feat(types): 定额属性调整

zhangweicheng 4 年之前
父节点
当前提交
6db3573605
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
   fxID: string; // 这个是分项对应的ID
   unit: string;
   unit: string;
   quantity: number;
   quantity: number;
-  coe: number;
+  coe?: number;
   billID?: string; // 记取位置对应的清单ID
   billID?: string; // 记取位置对应的清单ID
 }
 }
 export interface IRationTemplate {
 export interface IRationTemplate {