作者 tangxuhui

更新 业务消息模型

  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: count
  5 + description: 匹配数目
  6 + type:
  7 + primitive: int64
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: limit
  5 + description: 查询限制
  6 + type:
  7 + primitive: int
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: offset
  5 + description: 查询偏离量
  6 + type:
  7 + primitive: int
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + - name: content
  5 + description: 消息的内容
  6 + type:
  7 + platform: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + - name: noticePersonalId
  5 + description: 编号id
  6 + type:
  7 + primitive: int64
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: companyId
  5 + description: 公司id
  6 + type:
  7 + primitive: int64
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: content
  5 + description: 内容模板
  6 + type:
  7 + primitive: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: isPush
  5 + description: 是否推送 【是:1】【否:2】
  6 + type:
  7 + primitive: int
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: module
  5 + description: 消息对应的业务模块
  6 + type:
  7 + primitive: string
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: noticeSettingId
  5 + description: 消息id
  6 + type:
  7 + primitive: int64
  1 +version: v1
  2 +kind: Attribute
  3 +metadata:
  4 + name: organizationId
  5 + description: 组织id
  6 + type:
  7 + primitive: int64
@@ -24,3 +24,7 @@ metadata: @@ -24,3 +24,7 @@ metadata:
24 description: 消息对应的业务模块 24 description: 消息对应的业务模块
25 type: 25 type:
26 primitive: string 26 primitive: string
  27 + - name: content
  28 + description: 消息内容模板
  29 + type:
  30 + primitive: string