This commit is contained in:
vastxie
2024-04-20 22:15:08 +08:00
parent 133b89076e
commit 1c9e023c08
221 changed files with 6107 additions and 6478 deletions

View File

@@ -71,7 +71,7 @@ __decorate([
__metadata("design:type", String)
], UserBalanceEntity.prototype, "extent", void 0);
__decorate([
(0, typeorm_1.Column)({ comment: '会员到期时间 0不是 1', nullable: true }),
(0, typeorm_1.Column)({ comment: '会员到期时间', nullable: true }),
__metadata("design:type", Date)
], UserBalanceEntity.prototype, "expirationTime", void 0);
UserBalanceEntity = __decorate([