MrShi
2025-09-29 7bc9c5f7432a9533a0b552c40fb63fc07de5b5fe
1
2
3
4
5
6
7
package com.doumee.dao.business.join;
 
import com.doumee.dao.business.model.Device;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
public interface DeviceJoinMapper extends MPJJoinMapper<Device> {
}