|
@@ -3,6 +3,7 @@ const Schema = require('mongoose').Schema;
|
|
|
const metaPlugin = require('naf-framework-mongoose-free/lib/model/meta-plugin');
|
|
|
|
|
|
const reply = {
|
|
|
+ reply_person: { type: String, zh: '评论人' },
|
|
|
content: { type: String, zh: '内容' },
|
|
|
file: { type: Array, zh: '图片' },
|
|
|
// reply:reply,
|