fengxiang
2017-12-27 d07553f8cfdc4ce407122f905b49191b8ffbc7fb
1
2
3
4
5
6
7
8
9
10
11
12
package com.moral.service;
 
import com.moral.common.bean.PageBean;
import com.moral.entity.DeviceVersion;
 
import java.io.UnsupportedEncodingException;
 
public interface DeviceVersionService {
 
    public PageBean queryByPageBean(PageBean pageBean);
 
}