All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cloud.hedou.abp.remote.PagedList.kt Maven / Gradle / Ivy

Go to download

When the functions of ABP cannot meet service requirements, the Spring Boot framework can be used to expand its own services to make use of abundant Java frameworks on the market.

There is a newer version: 1.0.1
Show newest version
package cloud.hedou.abp.remote

data class PagedList(

    val totalCount: Long,

    val items: List

)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy