辽宁功能调整
This commit is contained in:
@@ -3,6 +3,8 @@ package com.njcn.supervision.pojo.vo.user;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
|
||||
/**
|
||||
* @author web2023
|
||||
@@ -28,6 +30,15 @@ public class NewUserReportVO {
|
||||
@ApiModelProperty(value = "额定功率 单位MW")
|
||||
private Double ratePower;
|
||||
|
||||
@ApiModelProperty(value = "经度")
|
||||
private BigDecimal longitude;
|
||||
|
||||
@ApiModelProperty(value = "维度")
|
||||
private BigDecimal latitude;
|
||||
|
||||
@ApiModelProperty(value = "电压等级")
|
||||
private String voltageLevel;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user