沈斌
2018-04-26 f11131f58810e3b021dacc4c233be79e53e069a5
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DeviceVersion;
 
public interface DeviceVersionMapper extends BaseMapper<DeviceVersion> {
}