FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface INoticeSystem

    系统通知数据

    interface INoticeSystem {
        createTime: string;
        dataId: string;
        dataType: DataType;
        description: string;
        hasRead: boolean;
        oId: string;
        userId: string;
    }
    Index

    Properties

    createTime: string

    创建日期

    dataId: string

    数据 Id

    dataType: DataType

    数据类型

    description: string

    消息描述

    hasRead: boolean

    是否已读

    oId: string

    消息的 oId

    userId: string

    用户 Id