diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index 52ac663..8f08987 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -3603,6 +3603,7 @@ namespace rmutr_report.Controllers return Ok(); } + [SwaggerOperation("ประมาณการรายรับ รายจ่าย")] [HttpPost, Route("reports/estimate_income_expenses/{type}")] [ApiExplorerSettings(GroupName = "reports")]