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

com.firefly.example.kotlin.coffee.store.vo.UserInfo.kt Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.example.kotlin.coffee.store.vo

import com.firefly.kotlin.ext.annotation.NoArg
import java.io.Serializable

/**
 * @author Pengtao Qiu
 */
@NoArg
data class UserInfo(
    var id: Long,
    var name: String
                   ) : Serializable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy