数据接口

This commit is contained in:
haozq 2024-11-12 16:49:46 +08:00
parent 0deb4252d0
commit 7a7306af63
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class PaTypeController {
* @return
*/
@GetMapping("findByPage")
@DecryptAndVerify(decryptedClass = PartInputVo.class)
@DecryptAndVerify(decryptedClass = PaTypeVo.class)
public PageInfo<PaTypeVo> findByPage(EncryptedReq<PaTypeVo> dto) {
PageHelper.startPage(dto.getPageNum(),dto.getPageSize());
List<PaTypeVo> list = service.findByPage(dto.getData());;