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

kotlinbase.lorenwang.tools.common.bean.KttlwBaseNetUpDateRankReqBean.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha05
Show newest version
package kotlinbase.lorenwang.tools.common.bean

import io.swagger.annotations.ApiModel

/**
 * 功能作用:更新排行请求实体
 * 创建时间:2019-10-29 下午 17:36:23
 * 创建人:王亮(Loren wang)
 * 思路:
 * 方法:
 * 注意:
 * 修改人:
 * 修改时间:
 * 备注:
 */
@ApiModel("更新排行请求实体")
class KttlwBaseNetUpDateRankReqBean : KttlwBaseNetRequestBean() {
    var ids: Array? = null
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy