Package com.bytedesk.kanban.report
Class ReportRestController
java.lang.Object
com.bytedesk.core.base.BaseRestController<ReportRequest,ReportRestService>
com.bytedesk.kanban.report.ReportRestController
@RestController
@RequestMapping("/api/v1/report")
public class ReportRestController
extends BaseRestController<ReportRequest,ReportRestService>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRestController
create, delete, deleteByOrgUid, export, exportTemplate, getService, queryByOrg, queryByUid, queryByUser, update
-
Constructor Details
-
ReportRestController
public ReportRestController()
-