实体结构

返回上一页

Token 可在类上添加注解 @ApiModel("这是一个xxx")

{ 
    "accountId":_ ,    //Integer    //可空    //
    "createdAt":_ ,    //Timestamp    //可空    //
    "codeId":_ ,    //Integer    //可空    //
    "accountName":_ ,    //String    //可空    //
    "id":_ ,    //Integer    //可空    //
    "text":_     //String    //可空    //
}