zf
2023-08-30 464fe41610a39c3a06f070d5a01c930134ff0163
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> {
}