lrf 2 年之前
父节点
当前提交
e9d09d0780
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/model/shop/shopNotice.js

+ 1 - 0
app/model/shop/shopNotice.js

@@ -6,6 +6,7 @@ const metaPlugin = require('naf-framework-mongoose-free/lib/model/meta-plugin');
 const shopNotice = {
   shop: { type: String, required: false, zh: '店铺' }, //
   source: { type: String, required: false, zh: '消息来源' }, // 字典:notice_source
+  source_type: { type: String, required: false, zh: '消息类型' }, // 字典:notice_source_type
   source_id: { type: String, required: false, zh: '来源id' }, //
   time: { type: String, required: false, zh: '发送时间' }, //
   content: { type: String, required: false, zh: '内容' }, //