|
@@ -142,7 +142,7 @@ public class PoTetherController extends BaseController
|
|
|
@PreAuthorize("@ss.hasPermi('system:tether:add')")
|
|
|
@Log(title = "套系", businessType = BusinessType.INSERT)
|
|
|
@PostMapping("/insert")
|
|
|
- public AjaxResult add(@RequestBody TetherVo tetherVo
|
|
|
+ public AjaxResult add(@Validated @RequestBody TetherVo tetherVo
|
|
|
)
|
|
|
//@RequestBody @Param("poUser") PoUser poUser
|
|
|
{
|