Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 10, 2017
2 parents 23f9f0e + 5b0a14b commit 8d05646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/templates/entity.java.vm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import lombok.experimental.Accessors;
*/
#if(${entityLombokModel})
@Data
@EqualsAndHashCode(callSuper = true)
@Accessors(chain = true)
#end
#if(${table.convert})
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/mapper.java.vm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ${superMapperClassPackage};

/**
* <p>
* $!{table.comment} Mapper 接口
* $!{table.comment} Mapper 接口
* </p>
*
* @author ${author}
Expand Down

0 comments on commit 8d05646

Please sign in to comment.