|
@@ -28,6 +28,7 @@ const TfinanceClaimsSchema = {
|
|
|
uid: { type: String, required: true, maxLength: 200 }, //机构用户id
|
|
|
status: { type: String,maxLength: 200,default:'0'}, // 状态,0-未发布,1-发布,2-下架
|
|
|
video: {type: String, required: false,default:'0'}, // 视频附件
|
|
|
+ videoimg: {type: String, required: false,default:'0'}, // 视频图片
|
|
|
news: { type: [ newsInfo ], select: true }, // 产品简介
|
|
|
cattribute:{type: [String], select: true },//产品属性
|
|
|
};
|