@Controller public class ProgramRelationController extends Object
| Constructor and Description |
|---|
ProgramRelationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
updateProgramRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long pid,
Long did,
Long tid,
String name,
String treatment,
String duration,
String time,
String strength,
String probe,
String price,
Integer status,
Long sendAt,
String conclusion) |
@RequestMapping(value="/a/u/program",
method=POST)
public String updateProgramRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long pid,
Long did,
Long tid,
String name,
String treatment,
String duration,
String time,
String strength,
String probe,
String price,
Integer status,
Long sendAt,
String conclusion)
throws Exception
ExceptionCopyright © 2017. All rights reserved.