@Controller @RequestMapping(value="/admin/formula/nav/") public class ParticipantSelectService extends Object
| 构造器和说明 |
|---|
ParticipantSelectService() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ds.config.ResultModel<ModuleFormulaInstNav> |
getFormulaInstInfo(String formulaInstId,
String projectName) |
com.ds.config.ResultModel<ParticipantSelectFormView> |
getParticipantSelect(String participantSelectId) |
com.ds.bpm.formula.FormulaService |
getService() |
@RequestMapping(method=POST,
value="ParticipantInfo")
@ResponseBody
public com.ds.config.ResultModel<ParticipantSelectFormView> getParticipantSelect(String participantSelectId)
@RequestMapping(method=POST,
value="FormulaInstInfo")
@ResponseBody
public com.ds.config.ResultModel<ModuleFormulaInstNav> getFormulaInstInfo(String formulaInstId,
String projectName)
public com.ds.bpm.formula.FormulaService getService()
Copyright © 2023 onecode. All rights reserved.