Sfoglia il codice sorgente

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

chenshilong 4 anni fa
parent
commit
019e044d58
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
   programID?: number;
   tenderQuantity?: string; // 调整后工程量
   tenderQuantity?: string; // 调整后工程量
   noAdjustPrice?: boolean; // { type: boolean; default: false }; // 不调价
   noAdjustPrice?: boolean; // { type: boolean; default: false }; // 不调价
-  targetUnitFee?: string; // 目标单价
+  targetUnitPrice?: string; // 目标单价
   targetTotalFee?: string; // 目标合价
   targetTotalFee?: string; // 目标合价
   from?: FromType; // { type: string; default: 'std' }; // std, cpt  来自标准、补充
   from?: FromType; // { type: string; default: 'std' }; // std, cpt  来自标准、补充
   isSubcontract?: boolean; // 是否分包
   isSubcontract?: boolean; // 是否分包