xuxiuxi
2017-04-05 34b7c20da820761c393392a80ad1351a3e414c29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.com.basic.face.service.vo;
 
import cn.com.basic.face.discern.query.item.SurveillanceQueryItem;
 
/**
 * Created by xiuxi on 2017/4/5.
 */
 
public class PhoneCallFragment {
 
    public static class PhoneCallQueryItem extends SurveillanceQueryItem {
 
    }
 
}