类的使用
com.lark.oapi.service.attendance.v1.model.CreateShiftResp
使用CreateShiftResp的程序包
-
com.lark.oapi.service.attendance.v1.resource中CreateShiftResp的使用
修饰符和类型方法说明Shift.create(CreateShiftReq req) 创建班次,班次是描述一次考勤任务时间规则的统称,比如一天打多少次卡,每次卡的上下班时间,晚到多长时间算迟到,晚到多长时间算缺卡等。Shift.create(CreateShiftReq req, RequestOptions reqOptions) 创建班次,班次是描述一次考勤任务时间规则的统称,比如一天打多少次卡,每次卡的上下班时间,晚到多长时间算迟到,晚到多长时间算缺卡等。