添加额定功率
This commit is contained in:
@@ -122,6 +122,9 @@ public class UserReportParam {
|
|||||||
@ApiModelProperty(value = "纬度")
|
@ApiModelProperty(value = "纬度")
|
||||||
private BigDecimal latitude;
|
private BigDecimal latitude;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "额定容量")
|
||||||
|
private Double ratePower;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 预测评估结论
|
* 预测评估结论
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -133,7 +133,10 @@ public class UserReportPO extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private String stationId;
|
private String stationId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 额定容量
|
||||||
|
*/
|
||||||
|
private Double ratePower;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 经度
|
* 经度
|
||||||
|
|||||||
@@ -94,10 +94,21 @@ public class UserReportVO {
|
|||||||
* 变电站
|
* 变电站
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "变电站")
|
@ApiModelProperty(value = "变电站")
|
||||||
|
@Deprecated
|
||||||
private String substation;
|
private String substation;
|
||||||
|
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "变电站id")
|
||||||
private String stationId;
|
private String stationId;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 额定容量
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "额定容量")
|
||||||
|
private Double ratePower;
|
||||||
|
|
||||||
|
|
||||||
@ApiModelProperty(value = "经度")
|
@ApiModelProperty(value = "经度")
|
||||||
private BigDecimal longitude;
|
private BigDecimal longitude;
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
supervision_user_report.expected_production_date,
|
supervision_user_report.expected_production_date,
|
||||||
supervision_user_report.user_type,
|
supervision_user_report.user_type,
|
||||||
supervision_user_report.city,
|
supervision_user_report.city,
|
||||||
|
supervision_user_report.rate_power,
|
||||||
supervision_user_report.responsible_department,
|
supervision_user_report.responsible_department,
|
||||||
supervision_user_report.user_status,
|
supervision_user_report.user_status,
|
||||||
supervision_user_report.substation,
|
supervision_user_report.substation,
|
||||||
|
|||||||
Reference in New Issue
Block a user