From 424533e2e08a94554e3cd9f434142036c343e705 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期四, 10 四月 2025 17:10:19 +0800
Subject: [PATCH] 监管平台

---
 ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/Site.java |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/Site.java b/ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/Site.java
index a6e396f..5b58570 100644
--- a/ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/Site.java
+++ b/ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/Site.java
@@ -286,11 +286,12 @@
 	@ApiModelProperty(value = "2.0修改字段-停车费免费时长 单位分钟")
 	private Integer parkFeeFree;
 	/**
-	 * 停车费类型
+	 * 报装类型
 	 */
 	@TableField("business_expand_type")
 	@ApiModelProperty(value = "2.0修改字段-报装类型,是否独立报装:0:否1:是")
 	private Integer businessExpandType;
+
 	/**
 	 * 电费类型
 	 */
@@ -329,10 +330,10 @@
 	@ApiModelProperty(value = "2.0修改字段-充换电站方位 1:地面-停车场2:地面-路侧3:地下停车4:立体式停车楼")
 	private Integer stationOrientation;
 	/**
-	 *充换电站方位
+	 *充换电站建设面积
 	 */
 	@TableField("station_area")
-	@ApiModelProperty(value = "2.0修改字段-充换电站方位 充换电站建设面积")
+	@ApiModelProperty(value = "2.0修改字段-充换电站建设面积 充换电站建设面积")
 	private BigDecimal stationArea;
 	/**
 	 *充换电站人
@@ -349,15 +350,13 @@
 	@ApiModelProperty(value = "2.0修改字段-视频监控配套情况 0:无1:有")
 	private Integer videoMonitor;
 	/**
-	 视频监控配
-	 套情况
+	 周边配套设施
 	 */
 	@TableField("supporting_facilities")
 	@ApiModelProperty(value = "2.0修改字段-周边配套设施 1:卫生间2:便利店3:餐厅4:休息室5:雨棚,多个逗号拼接")
 	private String supportingFacilities;
 	/**
-	 视频监控配
-	 套情况
+	 是否有小票机
 	 */
 	@TableField("printer_flag")
 	@ApiModelProperty(value = "2.0修改字段-是否有小票机 0:无1:有")
@@ -430,11 +429,24 @@
 	@ApiModelProperty(value = "2.0修改字段-服务费描述,示例:\"00:00:00-00:30:00\":\"0.4901\",\"00:00:30-01:00:00\":\"0.1234\"")
 	private String serviceFee;
 	/**
-	 * 服务费描述
+	 * 充电站全省唯一备案号
 	 */
 	@TableField("record_unique_no")
 	@ApiModelProperty(value = "2.0修改字段-充电站全省唯一备案号")
 	private String recordUniqueNo;
+
+	/**
+	 * 支付方式
+	 */
+	@TableField("payment")
+	@ApiModelProperty(value = "2.0修改字段-支付方式 1刷卡 2线上 3现金")
+	private Integer payment;
+	/**
+	 * 是否支持预约
+	 */
+	@TableField("supportOrder")
+	@ApiModelProperty(value = "2.0修改字段-是否支持预约 0不支持1支持")
+	private Integer supportOrder;
 //	/**
 //	 * 换电设备信息
 //	 */

--
Gitblit v1.7.1