hyingbo
2 天以前 34eb84feb716412afd4229a83d4afbb204d5d6bc
1
2
3
4
5
6
7
package org.jeecg.modules.dnc.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.dnc.entity.DeviceManagement;
 
public interface DeviceManagementMapper extends BaseMapper<DeviceManagement> {
}