类 UserPagingDto


  • public class UserPagingDto
    extends Object
    • 构造器详细资料

      • UserPagingDto

        public UserPagingDto()
    • 方法详细资料

      • getTotalCount

        public Integer getTotalCount()
      • setTotalCount

        public void setTotalCount​(Integer totalCount)
      • setList

        public void setList​(List<UserDto> list)