shenyijian
2024-06-21 f20611265f7d34fd4fbcdfdaff6cb9cccd0b25fc
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbAttResPowerStation.java
@@ -58,21 +58,21 @@
    */
   @ApiModelProperty(value = "厂房布置型式")
   @TableField(value = "\"plant_layout_type\"",fill = FieldFill.UPDATE)
   private Integer plantLayoutType;
   private String plantLayoutType;
   /**
    * 装机容量
    */
   @ApiModelProperty(value = "装机容量")
   @TableField(value = "\"installed_capacity\"",fill = FieldFill.UPDATE)
   private Integer installedCapacity;
   private double installedCapacity;
   /**
    * 平均年利用小时
    */
   @ApiModelProperty(value = "平均年利用小时")
   @TableField(value = "\"year_avg_hour\"",fill = FieldFill.UPDATE)
   private Integer yearAvgHour;
   private double yearAvgHour;
   /**
    * 填报状态(0:填写中,1:审核中,2:审核通过)