Commit e0759728 authored by W_Y's avatar W_Y

Merge branch 'dev' of http://gitlab.91isoft.com:90/wangfei/vehicle-quality-review into wangdingyi

parents 05673732 cce38604
...@@ -20,7 +20,7 @@ public class Book extends BaseEntity { ...@@ -20,7 +20,7 @@ public class Book extends BaseEntity {
/** /**
* 主键 * 主键
*/ */
@ApiModelProperty("主键") @ApiModelProperty(" 主键 ")
@TableId @TableId
private Long id; private Long id;
...@@ -30,4 +30,4 @@ public class Book extends BaseEntity { ...@@ -30,4 +30,4 @@ public class Book extends BaseEntity {
@ApiModelProperty("书名") @ApiModelProperty("书名")
private String name; 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