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;
|
| public class CheckInFragment {
|
| public static class AttendanceQueryItem extends SurveillanceQueryItem {
|
| }
|
| public static class AttendanceRightQueryItem extends SurveillanceQueryItem {
|
| }
|
| }
|
|