7
7
import java .util .List ;
8
8
9
9
/**
10
+ * 企业微信打卡规则.
11
+ *
10
12
* @author Element
11
- * @Package me.chanjar.weixin.cp.bean
12
13
* @date 2019-04-06 13:22
13
- * @Description: 企业微信打卡规则
14
14
*/
15
15
@ Data
16
16
public class WxCpCheckinOption implements Serializable {
@@ -21,10 +21,8 @@ public class WxCpCheckinOption implements Serializable {
21
21
22
22
private Group group ;
23
23
24
-
25
24
@ Data
26
25
public static class CheckinDate implements Serializable {
27
-
28
26
private static final long serialVersionUID = -5601722383347110974L ;
29
27
30
28
private List <Integer > workdays ;
@@ -36,15 +34,14 @@ public static class CheckinDate implements Serializable {
36
34
private Long flexTime ;
37
35
38
36
@ SerializedName ("noneed_offwork" )
39
- private Boolean noneedOffwork ;
37
+ private Boolean noNeedOffwork ;
40
38
41
39
@ SerializedName ("limit_aheadtime" )
42
- private Long limitAheadtime ;
40
+ private Long limitAheadTime ;
43
41
}
44
42
45
43
@ Data
46
44
public static class CheckinTime implements Serializable {
47
-
48
45
private static final long serialVersionUID = -8579954143265336276L ;
49
46
50
47
@ SerializedName ("work_sec" )
@@ -90,25 +87,24 @@ public static class Group implements Serializable {
90
87
private Boolean needPhoto ;
91
88
92
89
@ SerializedName ("note_can_use_local_pic" )
93
- private Boolean note_can_use_local_pic ;
90
+ private Boolean noteCanUseLocalPic ;
94
91
95
92
@ SerializedName ("allow_checkin_offworkday" )
96
- private Boolean allow_checkin_offworkday ;
93
+ private Boolean allowCheckinOffWorkday ;
97
94
98
95
@ SerializedName ("allow_apply_offworkday" )
99
- private Boolean allow_apply_offworkday ;
96
+ private Boolean allowApplyOffWorkday ;
100
97
101
98
@ SerializedName ("wifimac_infos" )
102
- private List <WifiMACInfo > wifiMACInfos ;
99
+ private List <WifiMacInfo > wifiMacInfos ;
103
100
104
101
@ SerializedName ("loc_infos" )
105
102
private List <LocInfo > locInfos ;
106
103
107
104
}
108
105
109
106
@ Data
110
- public static class WifiMACInfo implements Serializable {
111
-
107
+ public static class WifiMacInfo implements Serializable {
112
108
private static final long serialVersionUID = -4657809185716627368L ;
113
109
114
110
@ SerializedName ("wifiname" )
@@ -119,8 +115,7 @@ public static class WifiMACInfo implements Serializable{
119
115
}
120
116
121
117
@ Data
122
- public static class LocInfo implements Serializable {
123
-
118
+ public static class LocInfo implements Serializable {
124
119
private static final long serialVersionUID = -618965280668099608L ;
125
120
126
121
private Long lat ;
@@ -136,8 +131,7 @@ public static class LocInfo implements Serializable{
136
131
}
137
132
138
133
@ Data
139
- public static class SpeDay implements Serializable {
140
-
134
+ public static class SpeDay implements Serializable {
141
135
private static final long serialVersionUID = -3538818921359212748L ;
142
136
143
137
private Long timestamp ;
0 commit comments