类 CoreBpmnCommentResourceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.resource.impl.CoreBpmnCommentResourceImpl
-
- 所有已实现的接口:
CoreBpmnCommentResource
@RestController public class CoreBpmnCommentResourceImpl extends Object implements CoreBpmnCommentResource
-
-
方法详细资料
-
selectCommentList
public Page<CoreBpmnCommentDTO> selectCommentList(@RequestParam String table, @RequestParam String id)
- 指定者:
selectCommentList在接口中CoreBpmnCommentResource
-
-