Uses of Class
net.risesoft.controller.vo.Y9FormVO
-
Packages that use Y9FormVO Package Description net.risesoft.controller.config -
-
Uses of Y9FormVO in net.risesoft.controller.config
Methods in net.risesoft.controller.config that return types with arguments of type Y9FormVO Modifier and Type Method Description net.risesoft.pojo.Y9Result<List<Y9FormVO>>Y9FormItemBindRestController. formList(String itemId, String processDefinitionId, String taskDefKey, String systemName)获取y9表单列表net.risesoft.pojo.Y9Result<List<Y9FormVO>>Y9FormItemBindRestController. getformList(String systemName)获取y9表单列表net.risesoft.pojo.Y9Result<List<Y9FormVO>>Y9PreFormItemBindRestController. getFormList(String itemId, String systemName, String formName)获取表单列表net.risesoft.pojo.Y9Result<List<Y9FormVO>>Y9FormItemBindRestController. listFormByItemId(String itemId, String formName)获取打印表单
-