This commit is contained in:
AdisakKanthawilang 2025-02-11 19:49:41 +07:00
parent 3f1a46f709
commit f8c2433927

View file

@ -557,9 +557,9 @@ export class ReportController extends Controller {
}
/**
* API Report
* API Report
*
* @summary DEV_0xx - Report #xx
* @summary DEV_0xx - Report #xx
*
*/
@Get("report3")
@ -575,9 +575,9 @@ export class ReportController extends Controller {
});
}
/**
* API Report ()
* API Report
*
* @summary DEV_0xx - Report () #xx
* @summary DEV_0xx - Report #xx
*
*/
@Get("report4")
@ -593,9 +593,9 @@ export class ReportController extends Controller {
});
}
/**
* API Report ()
* API Report
*
* @summary DEV_0xx - Report () #xx
* @summary DEV_0xx - Report #xx
*
*/
@Get("report5")
@ -611,9 +611,9 @@ export class ReportController extends Controller {
});
}
/**
* API Report ()
* API Report
*
* @summary DEV_0xx - Report () #xx
* @summary DEV_0xx - Report #xx
*
*/
@Get("report6")
@ -628,78 +628,6 @@ export class ReportController extends Controller {
},
});
}
/**
* API Report
*
* @summary DEV_0xx - Report #xx
*
*/
@Get("report7")
async report7() {
return new HttpSuccess({
template: "reportFund7",
reportName: "reportFund7",
data: {
data: "",
},
});
}
/**
* API Report
*
* @summary DEV_0xx - Report #xx
*
*/
@Get("report8")
async report8() {
return new HttpSuccess({
template: "reportFund8",
reportName: "reportFund8",
data: {
data: "",
},
});
}
/**
* API Report
*
* @summary DEV_0xx - Report #xx
*
*/
@Get("report9")
async report9() {
return new HttpSuccess({
template: "reportFund9",
reportName: "reportFund9",
data: {
data: "",
},
});
}
/**
* API Report
*
* @summary DEV_0xx - Report #xx
*
*/
@Get("report10")
async report10() {
return new HttpSuccess({
template: "reportFund",
reportName: "reportFund10",
data: {
data: "",
},
});
}
}