mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复接口单参数校验无效问题
This commit is contained in:
		@@ -33,6 +33,7 @@ import io.swagger.annotations.ApiOperation;
 | 
			
		||||
 * @author ${author}
 | 
			
		||||
 * @date ${datetime}
 | 
			
		||||
 */
 | 
			
		||||
@Validated
 | 
			
		||||
@Api(value = "${functionName}控制器", tags = {"${functionName}管理"})
 | 
			
		||||
@RequiredArgsConstructor(onConstructor_ = @Autowired)
 | 
			
		||||
@RestController
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user