Commit cce38604 authored by 王飞's avatar 王飞

Merge branch 'gaixiankang' into 'dev'

xxx

See merge request !18
parents 5d7d36e8 3aba3bb5
......@@ -20,7 +20,7 @@ public class Book extends BaseEntity {
/**
* 主键
*/
@ApiModelProperty("主键")
@ApiModelProperty(" 主键 ")
@TableId
private Long id;
......@@ -30,4 +30,4 @@ public class Book extends BaseEntity {
@ApiModelProperty("书名")
private String name;
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment