|
@@ -15,7 +15,8 @@ export class Question {
|
|
/**数据版本 */
|
|
/**数据版本 */
|
|
@VersionColumn({ type: 'integer', default: 1 })
|
|
@VersionColumn({ type: 'integer', default: 1 })
|
|
__v?: number;
|
|
__v?: number;
|
|
-
|
|
|
|
|
|
+ @Column({ comment: '用户id' })
|
|
|
|
+ user_id: string;
|
|
@Column({ comment: '问题类型: 1-投诉反馈; 2-意见建议; 3-咨询反馈' })
|
|
@Column({ comment: '问题类型: 1-投诉反馈; 2-意见建议; 3-咨询反馈' })
|
|
type: string;
|
|
type: string;
|
|
@Column({ comment: '姓名' })
|
|
@Column({ comment: '姓名' })
|