This commit is contained in:
qq
2026-04-21 22:34:39 +08:00
commit c28429b589
718 changed files with 48804 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplyRechargeDto = void 0;
const openapi = require("@nestjs/swagger");
const swagger_1 = require("@nestjs/swagger");
const recharge_model_1 = require("../../../model/recharge.model");
class ApplyRechargeDto extends (0, swagger_1.PickType)(recharge_model_1.RechargeModel, [
'amount',
]) {
static _OPENAPI_METADATA_FACTORY() {
return {};
}
}
exports.ApplyRechargeDto = ApplyRechargeDto;
//# sourceMappingURL=recharge.dto.js.map