feat: 付费体系重构 P0 - 配额独立化/简历付费下载/PDF生成

This commit is contained in:
yuzhiran
2026-06-12 09:31:11 +08:00
parent 5d407b4f79
commit 065fe7a186
23 changed files with 965 additions and 106 deletions
@@ -17,6 +17,15 @@ export class Resume {
@Prop({ default: '' })
targetPosition: string
@Prop({ default: 1 })
version: number
@Prop({ default: '' })
contentHash: string
@Prop({ default: false })
paidDownload: boolean
readonly createdAt?: Date
readonly updatedAt?: Date
}