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

cn.ennwifi.webframe.ui.shared.module.UserReq Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.ennwifi.webframe.ui.shared.module;

import cn.mapway.document.annotation.ApiField;
import cn.mapway.document.annotation.Doc;

/**
 * 继承对象的请求 都要求进行用户验证.
 *
 * @author zhangjianshe
 */
@Doc("验证合法用户的请求")
public class UserReq {

    /**
     * The Token.
     */
    @ApiField("token")
    public String token;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy