2026-04-20 a28e2d43692d0e8d828a6ff09f0a44664ea6f41e
src/main/java/com/ruoyi/equipmentenergyconsumption/pojo/EquipmentEnergyConsumption.java
@@ -135,5 +135,11 @@
     */
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    /**
     *所属用电区域id
     */
    private Long electricityConsumptionAreaId;
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}