File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -96,4 +96,28 @@ public class WxCpCheckinData implements Serializable {
96
96
*/
97
97
@ SerializedName ("deviceid" )
98
98
private String deviceId ;
99
+
100
+ /**
101
+ * 标准打卡时间,指此次打卡时间对应的标准上班时间或标准下班时间
102
+ */
103
+ @ SerializedName ("sch_checkin_time" )
104
+ private String schCheckinTime ;
105
+
106
+ /**
107
+ * 规则id,表示打卡记录所属规则的id
108
+ */
109
+ @ SerializedName ("groupid" )
110
+ private String groupId ;
111
+
112
+ /**
113
+ * 班次id,表示打卡记录所属规则中,所属班次的id
114
+ */
115
+ @ SerializedName ("schedule_id" )
116
+ private String scheduleId ;
117
+
118
+ /**
119
+ * 时段id,表示打卡记录所属规则中,某一班次中的某一时段的id,如上下班时间为9:00-12:00、13:00-18:00的班次中,9:00-12:00为其中一组时段
120
+ */
121
+ @ SerializedName ("timeline_id" )
122
+ private String timelineId ;
99
123
}
You can’t perform that action at this time.
0 commit comments