Package | Description |
---|---|
cn.jsj.onclock.controller | |
cn.jsj.onclock.dao | |
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 |
---|---|
Result<String> |
ClockController.clock(ClockEnt clockEnt)
用户打卡(签到签离)
|
Modifier and Type | Method and Description |
---|---|
ClockEnt |
ClockDao.getClockEntById(Long clockId)
通过Id查询打卡信息
|
Modifier and Type | Method and Description |
---|---|
List<ClockEnt> |
ClockDao.listUserClockRecord(Long userId,
ClockStatusEnum clockStatus)
查询用户相关的打卡记录
|
Modifier and Type | Method and Description |
---|---|
void |
ClockDao.insertClockInfo(ClockEnt clockEnt)
新增一条打卡信息(需要参数:标签卡Id,用户Id,用户留言)
|
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.