Class SysOwnershipController

java.lang.Object
cn.herodotus.engine.web.api.servlet.AbstractReadableController<E,ID,S>
cn.herodotus.engine.web.api.servlet.AbstractWriteableController<E,ID,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<E,ID>>
cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController<SysOwnership,String>
cn.herodotus.engine.rest.servlet.upms.controller.hr.SysOwnershipController
All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.Pagination, BindingController<SysOwnership,String,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysOwnership,String>>, PageController<SysOwnership,String,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysOwnership,String>>, PaginationController, cn.herodotus.engine.web.core.definition.Controller, Serializable

@RestController @RequestMapping("/hr/ownership") public class SysOwnershipController extends AbstractJpaWriteableController<SysOwnership,String>

Description: 人事归属Controller

Author:
: gengwei.zheng
See Also:
Date:
: 2021/7/15 16:36
  • Constructor Details

    • SysOwnershipController

      public SysOwnershipController(SysOwnershipService sysOwnershipService)
  • Method Details

    • getService

      public cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysOwnership,String> getService()