瀏覽代碼

去掉场站多余字段

xusl 7 月之前
父節點
當前提交
c8b5db58c6
共有 1 個文件被更改,包括 0 次插入38 次删除
  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 = "场站经度")
@@ -57,42 +50,11 @@ public class ElectricField extends BaseCppEntity {
 
 
     /**
-     * 海拔
-     */
-    @ApiModelProperty(value = "altitude")
-    private BigDecimal altitude;
-
-
-    /**
      * 场站类型1:光伏电站,2:风力电站
      */
     @ApiModelProperty(value = "场站类型1:光伏电站,2:风力电站")
     private String electricFieldTypeEnum;
 
-
-
-    /**
-     * 场站所属公司
-     */
-    @ApiModelProperty(value = "场站所属公司")
-    private String company;
-
-
-    /**
-     * 场站位置
-     */
-    @ApiModelProperty(value = "场站位置")
-    private String location;
-
-
-    /**
-     * 场站面积
-     */
-    @ApiModelProperty(value = "场站面积")
-    private BigDecimal area;
-
-
-
     /**
      * 上报省调
      */