类 FormControllerRegister

java.lang.Object
io.github.mangocrisp.spring.taybct.module.lf.controller.impl.FormControllerRegister
所有已实现的接口:
IFormController, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<Form,IFormService>, io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<Form,IFormService,Long,Form,Form,Form>, io.github.mangocrisp.spring.taybct.tool.core.bean.ITypeConvert

public class FormControllerRegister extends Object implements IFormController
  • 字段详细资料

    • formReleaseService

      @Autowired(required=false) protected IFormReleaseService formReleaseService
    • formService

      @Autowired(required=false) protected IFormService formService
  • 构造器详细资料

    • FormControllerRegister

      public FormControllerRegister()
  • 方法详细资料

    • getFormReleaseService

      public IFormReleaseService getFormReleaseService()
    • getBaseService

      public IFormService getBaseService()
      指定者:
      getBaseService 在接口中 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.BaseController<Form,IFormService>
      指定者:
      getBaseService 在接口中 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController<Form,IFormService,Long,Form,Form,Form>
    • publish

      @WebLog @ApiLog(title="\u53d1\u5e03\u6d41\u7a0b", description="\u6bcf\u6b21\u53d1\u5e03\u7684\u8868\u5355\u90fd\u4f1a\u8bb0\u5f55\u4e00\u4e2a\u7248\u672c\u53f7", type="INSERT") public io.github.mangocrisp.spring.taybct.tool.core.result.R<FormReleasePublishDTO> publish(@Valid @NotNull @RequestBody @Valid @NotNull FormReleasePublishDTO domain)
      指定者:
      publish 在接口中 IFormController
    • publishList

      @WebLog public io.github.mangocrisp.spring.taybct.tool.core.result.R<com.baomidou.mybatisplus.core.metadata.IPage<? extends FormRelease>> publishList(@RequestBody FormReleaseQueryDTO dto, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
      指定者:
      publishList 在接口中 IFormController
    • releaseDetail

      public io.github.mangocrisp.spring.taybct.tool.core.result.R<? extends FormRelease> releaseDetail(@PathVariable Long id)
      指定者:
      releaseDetail 在接口中 IFormController