沈斌
2018-01-30 7a3f53d165bdf33b7c251a3a589ab61922a02b73
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> {
}