noticeSetting.yaml
696 字节
version: v1
kind: Schema
metadata:
name: noticeSetting
description: 编排消息通知内容
attributes:
- name: noticeSettingId
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
- name: content
description: 消息内容模板
type:
primitive: string