Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bec2b15853
|
|
@ -34,7 +34,7 @@ public class DevInfoController extends BaseController
|
||||||
*/
|
*/
|
||||||
@RequiresPermissions("equip:info:list")
|
@RequiresPermissions("equip:info:list")
|
||||||
@PostMapping("/list")
|
@PostMapping("/list")
|
||||||
public TableDataInfo list(DevInfoVo devInfo)
|
public TableDataInfo list(@RequestBody DevInfoVo devInfo)
|
||||||
{
|
{
|
||||||
startPage(devInfo.getPageNum(), devInfo.getPageSize());
|
startPage(devInfo.getPageNum(), devInfo.getPageSize());
|
||||||
List<DevInfoVo> list = devInfoService.selectDevInfoList(devInfo);
|
List<DevInfoVo> list = devInfoService.selectDevInfoList(devInfo);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue