xuxiuxi
2017-04-05 39badcdcd8322af6b74406bf13fd5d7e5967520f
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 {
 
    }
 
}