New file |
| | |
| | | package com.ruoyi.order.api.vo; |
| | | |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | | /** |
| | | * 交易记录 |
| | | **/ |
| | | |
| | | @Data |
| | | public class TransactionRecordMessageVO { |
| | | |
| | | private String transaction_serial_number;// 交易流水号 |
| | | private String charging_pile_code;// 桩编码 |
| | | private String charging_gun_code;// 抢号 |
| | | private String start_time;// 开始时间 |
| | | private String end_time;// 结束时间 |
| | | private BigDecimal total_initial_value;// 电表总起值 |
| | | private BigDecimal total_stop_value;// 电表总止值 |
| | | private BigDecimal total_electricity;// 总电量 |
| | | private BigDecimal loss_total_electricity;// 计损总电量 |
| | | private BigDecimal payment_amount;// 消费金额 |
| | | private String vin;// 电动汽车唯一标识 |
| | | private Integer start_method;// 交易标识(1:app 启动,2:卡启动,4:离线卡启动,5: vin 码启动充电) |
| | | private String trade_date;// 交易日期、时间 |
| | | private Integer stop_reason;// 停止原因 |
| | | private String physical_card_number;// 物理卡号 |
| | | private String time1;// 计费时段 |
| | | private BigDecimal sharp_peak_charge1;// 尖电量 |
| | | private BigDecimal loss_sharp_peak_charge1;// 计损尖电量 |
| | | private BigDecimal sharp_peak_amount1;// 尖金额 |
| | | private BigDecimal flat_peak_charge1;// 平电量 |
| | | private BigDecimal loss_flat_peak_char1;// 计损平电量 |
| | | private BigDecimal flat_peak_amount1;// 平金额 |
| | | private BigDecimal peak_charge1;// 峰电量 |
| | | private BigDecimal loss_peak_charge1;// 计损峰电量 |
| | | private BigDecimal peak_amount1;// 峰金额 |
| | | private BigDecimal low_peak_charge1;// 谷电量 |
| | | private BigDecimal loss_low_peak_charge1;// 计损谷电量 |
| | | private BigDecimal low_peak_amount1;// 谷金额 |
| | | private String time2;// 计费时段 |
| | | private BigDecimal sharp_peak_charge2;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge2;// 计损电量 |
| | | private BigDecimal sharp_peak_amount2;// 金额 |
| | | private BigDecimal flat_peak_charge2;// 电量 |
| | | private BigDecimal loss_flat_peak_char2;// 计损电量 |
| | | private BigDecimal flat_peak_amount2;// 金额 |
| | | private BigDecimal peak_charge2;// 电量 |
| | | private BigDecimal loss_peak_charge2;// 计损电量 |
| | | private BigDecimal peak_amount2;// 金额 |
| | | private BigDecimal low_peak_charge2;// 电量 |
| | | private BigDecimal loss_low_peak_charge2;// 计损电量 |
| | | private BigDecimal low_peak_amount2;// 金额 |
| | | private String time3;// 计费时段 |
| | | private BigDecimal sharp_peak_charge3;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge3;// 计损电量 |
| | | private BigDecimal sharp_peak_amount3;// 金额 |
| | | private BigDecimal flat_peak_charge3;// 电量 |
| | | private BigDecimal loss_flat_peak_char3;// 计损电量 |
| | | private BigDecimal flat_peak_amount3;// 金额 |
| | | private BigDecimal peak_charge3;// 电量 |
| | | private BigDecimal loss_peak_charge3;// 计损电量 |
| | | private BigDecimal peak_amount3;// 金额 |
| | | private BigDecimal low_peak_charge3;// 电量 |
| | | private BigDecimal loss_low_peak_charge3;// 计损电量 |
| | | private BigDecimal low_peak_amount3;// 金额 |
| | | private String time4;// 计费时段 |
| | | private BigDecimal sharp_peak_charge4;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge4;// 计损电量 |
| | | private BigDecimal sharp_peak_amount4;// 金额 |
| | | private BigDecimal flat_peak_charge4;// 电量 |
| | | private BigDecimal loss_flat_peak_char4;// 计损电量 |
| | | private BigDecimal flat_peak_amount4;// 金额 |
| | | private BigDecimal peak_charge4;// 电量 |
| | | private BigDecimal loss_peak_charge4;// 计损电量 |
| | | private BigDecimal peak_amount4;// 金额 |
| | | private BigDecimal low_peak_charge4;// 电量 |
| | | private BigDecimal loss_low_peak_charge4;// 计损电量 |
| | | private BigDecimal low_peak_amount4;// 金额 |
| | | private String time5;// 计费时段 |
| | | private BigDecimal sharp_peak_charge5;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge5;// 计损电量 |
| | | private BigDecimal sharp_peak_amount5;// 金额 |
| | | private BigDecimal flat_peak_charge5;// 电量 |
| | | private BigDecimal loss_flat_peak_char5;// 计损电量 |
| | | private BigDecimal flat_peak_amount5;// 金额 |
| | | private BigDecimal peak_charge5;// 电量 |
| | | private BigDecimal loss_peak_charge5;// 计损电量 |
| | | private BigDecimal peak_amount5;// 金额 |
| | | private BigDecimal low_peak_charge5;// 电量 |
| | | private BigDecimal loss_low_peak_charge5;// 计损电量 |
| | | private BigDecimal low_peak_amount5;// 金额 |
| | | private String time6;// 计费时段 |
| | | private BigDecimal sharp_peak_charge6;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge6;// 计损电量 |
| | | private BigDecimal sharp_peak_amount6;// 金额 |
| | | private BigDecimal flat_peak_charge6;// 电量 |
| | | private BigDecimal loss_flat_peak_char6;// 计损电量 |
| | | private BigDecimal flat_peak_amount6;// 金额 |
| | | private BigDecimal peak_charge6;// 电量 |
| | | private BigDecimal loss_peak_charge6;// 计损电量 |
| | | private BigDecimal peak_amount6;// 金额 |
| | | private BigDecimal low_peak_charge6;// 电量 |
| | | private BigDecimal loss_low_peak_charge6;// 计损电量 |
| | | private BigDecimal low_peak_amount6;// 金额 |
| | | private String time7;// 计费时段 |
| | | private BigDecimal sharp_peak_charge7;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge7;// 计损电量 |
| | | private BigDecimal sharp_peak_amount7;// 金额 |
| | | private BigDecimal flat_peak_charge7;// 电量 |
| | | private BigDecimal loss_flat_peak_char7;// 计损电量 |
| | | private BigDecimal flat_peak_amount7;// 金额 |
| | | private BigDecimal peak_charge7;// 电量 |
| | | private BigDecimal loss_peak_charge7;// 计损电量 |
| | | private BigDecimal peak_amount7;// 金额 |
| | | private BigDecimal low_peak_charge7;// 电量 |
| | | private BigDecimal loss_low_peak_charge7;// 计损电量 |
| | | private BigDecimal low_peak_amount7;// 金额 |
| | | private String time8;// 计费时段 |
| | | private BigDecimal sharp_peak_charge8;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge8;// 计损电量 |
| | | private BigDecimal sharp_peak_amount8;// 金额 |
| | | private BigDecimal flat_peak_charge8;// 电量 |
| | | private BigDecimal loss_flat_peak_char8;// 计损电量 |
| | | private BigDecimal flat_peak_amount8;// 金额 |
| | | private BigDecimal peak_charge8;// 电量 |
| | | private BigDecimal loss_peak_charge8;// 计损电量 |
| | | private BigDecimal peak_amount8;// 金额 |
| | | private BigDecimal low_peak_charge8;// 电量 |
| | | private BigDecimal loss_low_peak_charge8;// 计损电量 |
| | | private BigDecimal low_peak_amount8;// 金额 |
| | | private String time9;// 计费时段 |
| | | private BigDecimal sharp_peak_charge9;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge9;// 计损电量 |
| | | private BigDecimal sharp_peak_amount9;// 金额 |
| | | private BigDecimal flat_peak_charge9;// 电量 |
| | | private BigDecimal loss_flat_peak_char9;// 计损电量 |
| | | private BigDecimal flat_peak_amount9;// 金额 |
| | | private BigDecimal peak_charge9;// 电量 |
| | | private BigDecimal loss_peak_charge9;// 计损电量 |
| | | private BigDecimal peak_amount9;// 金额 |
| | | private BigDecimal low_peak_charge9;// 电量 |
| | | private BigDecimal loss_low_peak_charge9;// 计损电量 |
| | | private BigDecimal low_peak_amount9;// 金额 |
| | | private String time10;// 计费时段 |
| | | private BigDecimal sharp_peak_charge10;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge10;// 计损电量 |
| | | private BigDecimal sharp_peak_amount10;// 金额 |
| | | private BigDecimal flat_peak_charge10;// 电量 |
| | | private BigDecimal loss_flat_peak_char10;// 计损电量 |
| | | private BigDecimal flat_peak_amount10;// 金额 |
| | | private BigDecimal peak_charge10;// 电量 |
| | | private BigDecimal loss_peak_charge10;// 计损电量 |
| | | private BigDecimal peak_amount10;// 金额 |
| | | private BigDecimal low_peak_charge10;// 电量 |
| | | private BigDecimal loss_low_peak_charge10;// 计损电量 |
| | | private BigDecimal low_peak_amount10;// 金额 |
| | | private String time11;// 计费时段 |
| | | private BigDecimal sharp_peak_charge11;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge11;// 计损电量 |
| | | private BigDecimal sharp_peak_amount11;// 金额 |
| | | private BigDecimal flat_peak_charge11;// 电量 |
| | | private BigDecimal loss_flat_peak_char11;// 计损电量 |
| | | private BigDecimal flat_peak_amount11;// 金额 |
| | | private BigDecimal peak_charge11;// 电量 |
| | | private BigDecimal loss_peak_charge11;// 计损电量 |
| | | private BigDecimal peak_amount11;// 金额 |
| | | private BigDecimal low_peak_charge11;// 电量 |
| | | private BigDecimal loss_low_peak_charge11;// 计损电量 |
| | | private BigDecimal low_peak_amount11;// 金额 |
| | | private String time12;// 计费时段 |
| | | private BigDecimal sharp_peak_charge12;// 电量 |
| | | private BigDecimal loss_sharp_peak_charge12;// 计损电量 |
| | | private BigDecimal sharp_peak_amount12;// 金额 |
| | | private BigDecimal flat_peak_charge12;// 电量 |
| | | private BigDecimal loss_flat_peak_char12;// 计损电量 |
| | | private BigDecimal flat_peak_amount12;// 金额 |
| | | private BigDecimal peak_charge12;// 电量 |
| | | private BigDecimal loss_peak_charge12;// 计损电量 |
| | | private BigDecimal peak_amount12;// 金额 |
| | | private BigDecimal low_peak_charge12;// 电量 |
| | | private BigDecimal loss_low_peak_charge12;// 计损电量 |
| | | private BigDecimal low_peak_amount12;// 金额 |
| | | |
| | | } |
| | | |
| | | |