- package com.huimv.guowei.admin.service;
- import com.huimv.guowei.admin.entity.EnergyWarningThreshold;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * <p>
- * 服务类
- * </p>
- *
- * @author author
- * @since 2023-06-01
- */
- public interface IEnergyWarningThresholdService extends IService<EnergyWarningThreshold> {
- }
|