This commit is contained in:
vastxie
2024-03-15 17:40:19 +08:00
parent 4de54d8fec
commit 19254a8176
305 changed files with 8751 additions and 9416 deletions

View File

@@ -23,7 +23,7 @@ __decorate([
__metadata("design:type", String)
], OrderEntity.prototype, "tradeId", void 0);
__decorate([
(0, typeorm_1.Column)({ comment: '支付平台【epay|hupi】', length: 32, nullable: true }),
(0, typeorm_1.Column)({ comment: '支付平台【epay|hupi|ltzf】)', length: 32, nullable: true }),
__metadata("design:type", String)
], OrderEntity.prototype, "payPlatform", void 0);
__decorate([