|
@@ -57,7 +57,7 @@ public class ProjectController{
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@ApiOperation("获取该公司下的模具列表")
|
|
@ApiOperation("获取该公司下的模具列表")
|
|
- @RequestMapping("/add")
|
|
|
|
|
|
+ @RequestMapping("/modelList")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public HttpRespMsg addAndUpdateProject(User user) {
|
|
public HttpRespMsg addAndUpdateProject(User user) {
|
|
HttpRespMsg msg = new HttpRespMsg();
|
|
HttpRespMsg msg = new HttpRespMsg();
|