Jelajahi Sumber

feat(types): 规范字段定义:unitFee 改成 unitPrice

chenshilong 4 tahun lalu
induk
melakukan
019e044d58
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      types/src/interface/ration.ts

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

@@ -299,7 +299,7 @@ export interface IRation extends IBRBase {
   programID?: number;
   tenderQuantity?: string; // 调整后工程量
   noAdjustPrice?: boolean; // { type: boolean; default: false }; // 不调价
-  targetUnitFee?: string; // 目标单价
+  targetUnitPrice?: string; // 目标单价
   targetTotalFee?: string; // 目标合价
   from?: FromType; // { type: string; default: 'std' }; // std, cpt  来自标准、补充
   isSubcontract?: boolean; // 是否分包