|
@@ -4,9 +4,12 @@ package com.gyee.generation.model.auto;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.extension.activerecord.Model;
|
|
|
+import com.gyee.common.util.DoubleUtils;
|
|
|
import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
|
+import java.math.BigDecimal;
|
|
|
+
|
|
|
/**
|
|
|
* <p>
|
|
|
* 场站表
|
|
@@ -47,20 +50,38 @@ public class ProBasicPowerstation extends Model {
|
|
|
*/
|
|
|
private String telephone;
|
|
|
|
|
|
- /**
|
|
|
- * 装机容量
|
|
|
- */
|
|
|
+ private Double windCapacity;
|
|
|
+
|
|
|
+ private String windCapacityUnit;
|
|
|
+
|
|
|
+ private Integer windQuantityHs;
|
|
|
+
|
|
|
+ private Integer windQuantityLd;
|
|
|
+
|
|
|
private Double capacity;
|
|
|
|
|
|
- /**
|
|
|
- * 容量单位
|
|
|
- */
|
|
|
private String capacityUnit;
|
|
|
|
|
|
- /**
|
|
|
- * 装机数量
|
|
|
- */
|
|
|
- private Integer quantity;
|
|
|
+ private Integer quantityJz;
|
|
|
+
|
|
|
+ private Integer quantityZc;
|
|
|
+
|
|
|
+ private Double jrwindCapacity;
|
|
|
+
|
|
|
+ private String jrwindCapacityUnit;
|
|
|
+
|
|
|
+ private Integer jrwindQuantityHs;
|
|
|
+
|
|
|
+ private Integer jrwindQuantityLd;
|
|
|
+
|
|
|
+ private Double jrCapacity;
|
|
|
+
|
|
|
+ private String jrCapacityUnit;
|
|
|
+
|
|
|
+ private Integer jrquantityJz;
|
|
|
+
|
|
|
+ private Integer jrquantityZc;
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 别名
|