数据接口
This commit is contained in:
parent
0deb4252d0
commit
7a7306af63
|
|
@ -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());;
|
||||
|
|
|
|||
Loading…
Reference in New Issue