Skip to content

Commit

Permalink
add hasOnlyBodyParams
Browse files Browse the repository at this point in the history
  • Loading branch information
杨乾军 authored and yangqianjun committed Nov 2, 2020
1 parent 43c7104 commit 16a03fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class CodegenOperation {
isListContainer, isMultipart, hasMore = true,
isResponseBinary = false, isResponseFile = false, hasReference = false,
isRestfulIndex, isRestfulShow, isRestfulCreate, isRestfulUpdate, isRestfulDestroy,
isRestful, isDeprecated;
isRestful, isDeprecated, hasOnlyBodyParams = false;
public String path, testPath, operationId, returnType, httpMethod, returnBaseType,
returnContainer, summary, unescapedNotes, notes, baseName, defaultResponse, discriminator;
public List<Map<String, String>> consumes, produces, prioritizedContentTypes;
Expand Down

0 comments on commit 16a03fa

Please sign in to comment.