inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[INLONG-5290][Manager] Optimize the objects returned by manager web paging queries

Open leosanqing opened this issue 3 years ago • 0 comments

Prepare a Pull Request

  • Fixes #5290

Motivation

  • The pageInfo object returned by the web contains too many unnecessary and unused fields
  • The client should not contain the PageHelper dependency

Modifications

  • Modules: Client,Web(Controller)

Verifying this change

(Please pick either of the following options)

  • [x] This change is already covered by existing tests, such as:
    • PageResultTest

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
  • If a feature is not applicable for documentation, explain why?
  • If a feature is not documented yet in this PR, please create a follow-up issue for adding the documentation

leosanqing avatar Aug 15 '22 15:08 leosanqing