huang
2025-03-18 67c9118cffb7d7407668bbbad4c64f9aaf21ba0d
1
2
3
4
5
6
7
8
package com.mes.energy.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.mes.energy.entity.EnergyConsumption;
 
public interface EnergyConsumptionService extends IService<EnergyConsumption> {
    void notifyEnergyUpdate(EnergyConsumption consumption);