Quellcode durchsuchen

去掉场站多余字段

xusl vor 7 Monaten
Ursprung
Commit
c8b5db58c6
1 geänderte Dateien mit 0 neuen und 38 gelöschten Zeilen
  1. 0 38
      cpp-admin/src/main/java/com/cpp/web/domain/station/ElectricField.java

+ 0 - 38
cpp-admin/src/main/java/com/cpp/web/domain/station/ElectricField.java

@@ -36,13 +36,6 @@ public class ElectricField extends BaseCppEntity {
 
 
 
 
     /**
     /**
-     * 并网设备数
-     */
-    @ApiModelProperty(value = "并网设备数")
-    private Integer gridCE;
-
-
-    /**
      * 场站经度
      * 场站经度
      */
      */
     @ApiModelProperty(value = "场站经度")
     @ApiModelProperty(value = "场站经度")
@@ -57,42 +50,11 @@ public class ElectricField extends BaseCppEntity {
 
 
 
 
     /**
     /**
-     * 海拔
-     */
-    @ApiModelProperty(value = "altitude")
-    private BigDecimal altitude;
-
-
-    /**
      * 场站类型1:光伏电站,2:风力电站
      * 场站类型1:光伏电站,2:风力电站
      */
      */
     @ApiModelProperty(value = "场站类型1:光伏电站,2:风力电站")
     @ApiModelProperty(value = "场站类型1:光伏电站,2:风力电站")
     private String electricFieldTypeEnum;
     private String electricFieldTypeEnum;
 
 
-
-
-    /**
-     * 场站所属公司
-     */
-    @ApiModelProperty(value = "场站所属公司")
-    private String company;
-
-
-    /**
-     * 场站位置
-     */
-    @ApiModelProperty(value = "场站位置")
-    private String location;
-
-
-    /**
-     * 场站面积
-     */
-    @ApiModelProperty(value = "场站面积")
-    private BigDecimal area;
-
-
-
     /**
     /**
      * 上报省调
      * 上报省调
      */
      */