| | |
| | | */ |
| | | private BigDecimal totalPrice; |
| | | /** |
| | | * 定金金额,单位:元 |
| | | */ |
| | | private BigDecimal depositPrice; |
| | | /** |
| | | * 关联 ERP 销售订单编号 |
| | | */ |
| | | private Long orderId; |
| | | /** |
| | | * ERP 销售订单单号 |
| | | */ |
| | | private String orderNo; |
| | | /** |
| | | * 客户签约人,非必须 |
| | | * |
| | | * 关联 {@link CrmContactDO#getId()} |
| | |
| | | */ |
| | | private String remark; |
| | | |
| | | /** |
| | | * 合同类型(电力CRM扩展) |
| | | * |
| | | * 字典 crm_contract_type:power=供用电合同 / energy=能源服务合同 / resident=居配合同 / solar=光伏合同 |
| | | */ |
| | | private String contractType; |
| | | /** |
| | | * 电压等级 |
| | | * |
| | | * 字典 crm_voltage_level |
| | | */ |
| | | private String voltageLevel; |
| | | /** |
| | | * 用电类型 |
| | | * |
| | | * 字典 crm_electricity_type |
| | | */ |
| | | private String electricityType; |
| | | /** |
| | | * 合同容量(kVA) |
| | | */ |
| | | private BigDecimal contractCapacity; |
| | | /** |
| | | * 电价模式 |
| | | * |
| | | * 字典 crm_tariff_mode |
| | | */ |
| | | private String tariffMode; |
| | | /** |
| | | * 计量方式 |
| | | * |
| | | * 字典 crm_meter_mode |
| | | */ |
| | | private String meterMode; |
| | | /** |
| | | * 缴费周期(月) |
| | | */ |
| | | private Integer payCycle; |
| | | |
| | | } |