version: v1 kind: Schema metadata: name: noticeSetting description: 编排消息通知内容 attributes: - name: id description: 编号id type: primitive: int64 - name: companyId description: 公司id type: primitive: int64 - name: organizationId description: 组织id type: primitive: int64 - name: isPush description: 是否推送 【是:1】【否:2】 type: primitive: int - name: module description: 消息对应的业务模块 type: primitive: string