|
@@ -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: '内容' }, //
|