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<GroupEnt> |
GroupController.likeName(String prefix,
Integer pageNum,
Integer pageSize)
模糊查询群组列表
|
Modifier and Type | Method and Description |
---|---|
Result<Long> |
GroupController.creat(GroupEnt groupEnt)
创建一个群组
|
Result<Long> |
GroupController.deleteGroup(GroupEnt groupEnt)
删除一个数据集
|
Result<String> |
GroupController.resetGroupName(GroupEnt groupEnt)
修改群组名称
|
Result<Object> |
GroupController.updateRequestAuthWay(GroupEnt groupEnt)
用户修改群审批方式
|
Modifier and Type | Method and Description |
---|---|
GroupEnt |
GroupDao.getGroupById(Long groupId)
id查询某一群组
|
Modifier and Type | Method and Description |
---|---|
List<GroupEnt> |
GroupDao.listLikeName(String groupName)
查询前缀名称的群组列表
|
Modifier and Type | Method and Description |
---|---|
void |
GroupDao.insertOneGroup(GroupEnt groupEnt)
创建群
|
Integer |
GroupDao.update(GroupEnt groupEnt)
更新群组信息, 无法更新群组负责人信息
|
Modifier and Type | Method and Description |
---|---|
List<GroupEnt> |
GroupService.findNameGroup(@NotBlank @Length(min=1,max=10) String groupNamePrefix,
Integer pageNum,
Integer pageSize)
模糊查询群组列表
|
Modifier and Type | Method and Description |
---|---|
List<GroupEnt> |
GroupServiceImpl.findNameGroup(String groupNamePrefix,
Integer pageNum,
Integer pageSize)
模糊查询群组列表
|
Copyright © 2022. All rights reserved.