修正描述
This commit is contained in:
@@ -13,6 +13,9 @@ import com.gzzn.omms.adminapi.dto.ResponseDto;
|
||||
import com.gzzn.omms.adminapi.dto.basicdata.CheckinGroupDto;
|
||||
import com.gzzn.omms.adminapi.dto.basicdata.convert.ICheckinGroupConvert;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
|
||||
/**
|
||||
* 值机岛
|
||||
* @author zhouxiunai
|
||||
@@ -32,6 +35,7 @@ public class CheckinGroupController {
|
||||
* 获取所有值机岛数据
|
||||
* @return
|
||||
*/
|
||||
@ApiOperation(value="获取值机岛列表",tags="基础数据")
|
||||
@GetMapping(value="/basicdata/checkinGroups")
|
||||
public ResponseDto<List<CheckinGroupDto>> getCheckinGroup() {
|
||||
List<CheckinGroup> ls = (List<CheckinGroup>) checkinGroupDao.findAll();
|
||||
|
||||
Reference in New Issue
Block a user