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