This commit is contained in:
sxu 2023-12-04 18:57:08 +08:00
parent 61ff731d15
commit fc8f9aa364
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class DevInfoController extends BaseController
*/
@RequiresPermissions("equip:info:list")
@PostMapping("/list")
public TableDataInfo list(DevInfoVo devInfo)
public TableDataInfo list(@RequestBody DevInfoVo devInfo)
{
startPage(devInfo.getPageNum(), devInfo.getPageSize());
List<DevInfoVo> list = devInfoService.selectDevInfoList(devInfo);