File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/applydata Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ public class ContentValue implements Serializable {
45
45
@ SerializedName ("date_range" )
46
46
private Attendance .DataRange dateRange ;
47
47
48
+ @ SerializedName ("punch_correction" )
49
+ private PunchCorrection punchCorrection ;
50
+
48
51
@ Data
49
52
public static class Date implements Serializable {
50
53
private static final long serialVersionUID = -6181554080062231138L ;
@@ -169,4 +172,11 @@ public static class TemplateName implements Serializable {
169
172
private String lang ;
170
173
}
171
174
175
+ @ Data
176
+ public static class PunchCorrection implements Serializable {
177
+ private static final long serialVersionUID = 2120523160034749170L ;
178
+ private String state ;
179
+ private Long time ;
180
+ }
181
+
172
182
}
You can’t perform that action at this time.
0 commit comments