Explorar o código

feat(types): 小数位数 bills => bill

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
e08fda46d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/project.ts

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

@@ -26,7 +26,7 @@ export interface IGLJCol {
 
 // 小数位数
 export interface IDecimal {
-  bills: { unitPrice: number; totalPrice: number };
+  bill: { unitPrice: number; totalPrice: number };
   ration: { quantity: number; unitPrice: number; totalPrice: number };
   glj: { quantity: number; unitPriceHasMix: number; unitPrice: number };
   feeRate: number;