ll
liukangdong
2025-02-27 88a34566f7c3f77d90daa3fd57fb0abca3e1b5e6
1
2
3
4
5
6
7
8
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.Device;
import com.doumee.dao.business.model.UserAction;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
public interface DeviceJoinMapper extends MPJJoinMapper<Device> {
}