Package | Description |
---|---|
cn.jsj.onclock.controller | |
cn.jsj.onclock.dao | |
cn.jsj.onclock.pojo.identity | |
cn.jsj.onclock.service | |
cn.jsj.onclock.service.impl |
Modifier and Type | Method and Description |
---|---|
Result<ClockEnt> |
ClockController.clockRecord(ClockStatusEnum status,
Integer pageNum,
Integer pageSize)
用户查询自己的打卡信息
|
Modifier and Type | Method and Description |
---|---|
List<ClockEnt> |
ClockDao.listUserClockRecord(Long userId,
ClockStatusEnum clockStatus)
查询用户相关的打卡记录
|
Modifier and Type | Method and Description |
---|---|
static ClockStatusEnum |
ClockStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClockStatusEnum[] |
ClockStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ClockEnt> |
ClockService.listUserClockRecord(Long user,
@NotNull ClockStatusEnum clockStatus,
Integer pageNum,
Integer pageSize)
用户查询自己的打卡信息
|
Modifier and Type | Method and Description |
---|---|
List<ClockEnt> |
ClockServiceImpl.listUserClockRecord(Long user,
ClockStatusEnum clockStatus,
Integer pageNum,
Integer pageSize)
用户查询自己的打卡信息
|
Copyright © 2022. All rights reserved.