lrf hace 2 años
padre
commit
e9d09d0780
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: '内容' }, //