mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-11 03:03:43 +08:00
v4.1.0
This commit is contained in:
20
AIWebQuickDeploy/dist/modules/statistic/dto/queryStatisticDto.dto.js
vendored
Normal file
20
AIWebQuickDeploy/dist/modules/statistic/dto/queryStatisticDto.dto.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
||||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
||||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
||||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
||||
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
||||
};
|
||||
var __metadata = (this && this.__metadata) || function (k, v) {
|
||||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.QueryStatisticDto = void 0;
|
||||
const swagger_1 = require("@nestjs/swagger");
|
||||
class QueryStatisticDto {
|
||||
}
|
||||
__decorate([
|
||||
(0, swagger_1.ApiProperty)({ example: 7, description: '查询最近N天的数据', required: true }),
|
||||
__metadata("design:type", Number)
|
||||
], QueryStatisticDto.prototype, "days", void 0);
|
||||
exports.QueryStatisticDto = QueryStatisticDto;
|
||||
Reference in New Issue
Block a user