okbang
    okbang
    • api
      • api - 获取随机句子
        GET
      • api - 根据uuid获取句子
        GET
      • api - 获取句子api状态
        GET
    • 数据模型
      • ResultModelV2
      • HashMapObject
      • ResultModel
      • SystemLoginParam
      • SystemSetupParam
      • SystemResetParam
      • MapObject
      • SysUserParam
      • OkbangEntity

    OkbangEntity

    -- coding: utf-8 --

    {
        "id": 0,
        "uuid": "string",
        "okbang": "string",
        "type": "string",
        "typeOld": "string",
        "from": "string",
        "fromWho": "string",
        "creator": "string",
        "creator_uid": 0,
        "reviewer": 0,
        "commit_from": "string",
        "createdAt": "string",
        "length": 0
    }
    Built with