mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-11 19:23:42 +08:00
v-3.0.0
This commit is contained in:
2
dist/modules/order/order.entity.js
vendored
2
dist/modules/order/order.entity.js
vendored
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user