郑永安
2023-07-24 254aaf45067128bafef94e6fc08975c48bc30ed9
1
2
3
4
5
6
7
package com.gk.hotwork.Service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.gk.hotwork.Domain.DevicePing;
 
public interface DevicePingService extends IService<DevicePing> {
}