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

com.tianyisoft.database.util.Meta.kt Maven / Gradle / Ivy

The newest version!
package com.tianyisoft.database.util

class Meta: java.io.Serializable {
    companion object {
        private const val serialVersionUID: Long = 198912190703L
    }

    var current: Int? = null
    var pages: Int? = null
    var size: Int? = null
    var total: Long? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy