Class DocNewRestController


@RestController @RequestMapping("/admin/rest/stat/doc-new") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_stat\')") public class DocNewRestController extends DatatableRestControllerV2<DocNewDTO,Long>
  • Constructor Details

    • DocNewRestController

      @Autowired public DocNewRestController()
  • Method Details