liyong
2026-04-17 8b68e5a8d8d43bcb45c9032c3eb893a2b8995acf
src/main/java/com/ruoyi/equipmentenergyconsumption/pojo/ElectricityConsumptionArea.java
@@ -19,29 +19,32 @@
         * 区域名称
         */
        @ApiModelProperty("区域名称")
        @Excel(name = "区域名称")
        private String areaName;
        /**
         * 区域类型
         */
        @ApiModelProperty("区域类型")
        @Excel(name = "区域类型")
        private String areaType;
        /**
         * 排序
         */
        @TableField(fill = FieldFill.INSERT)
        private Long sort;
        /**
         * 父类id
         */
        @TableField(fill = FieldFill.INSERT)
        private Long fuId;
        /**
         * 租户id
         */
        @TableField(fill = FieldFill.INSERT)
        private Long tenantId;
    @ApiModelProperty(value = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}