File tree Expand file tree Collapse file tree
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/applydata Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ public class ContentValue implements Serializable {
4545 @ SerializedName ("date_range" )
4646 private Attendance .DataRange dateRange ;
4747
48+ @ SerializedName ("punch_correction" )
49+ private PunchCorrection punchCorrection ;
50+
4851 @ Data
4952 public static class Date implements Serializable {
5053 private static final long serialVersionUID = -6181554080062231138L ;
@@ -169,4 +172,11 @@ public static class TemplateName implements Serializable {
169172 private String lang ;
170173 }
171174
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+
172182}
You can’t perform that action at this time.
0 commit comments