xuhy
2024-08-10 d378b55981bca01371325eeb4e9e60483ff7d609
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.chargingPile.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.chargingPile.api.model.TChargingPileNotification;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author xiaochen
 * @since 2024-08-08
 */
public interface TChargingPileNotificationService extends IService<TChargingPileNotification> {
 
}