liyong
2026-05-21 8e89f95b9db4039f0cb8b4b8dc7974c247366c4c
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;
}