BUGFIX:模特;
This commit is contained in:
@@ -31,6 +31,12 @@ public class DesignController {
|
||||
return Response.success(designService.designCollection(designDTO));
|
||||
}
|
||||
|
||||
@ApiOperation(value = "design进度条")
|
||||
@GetMapping("/designProcess")
|
||||
public Response<Integer> designProcess(@RequestParam("processId") String processId) {
|
||||
return Response.success(designService.designProcess(processId));
|
||||
}
|
||||
|
||||
@ApiOperation(value = "重新设计 Collection")
|
||||
@PostMapping("/reDesignCollection")
|
||||
public Response<DesignCollectionVO> reDesignCollection(@Valid @RequestBody ReDesignCollectionDTO reDesignDTO) {
|
||||
|
||||
Reference in New Issue
Block a user