Skip to content

Commit

Permalink
bug fix : 更改表名
Browse files Browse the repository at this point in the history
  • Loading branch information
niefy committed Jun 21, 2020
1 parent e44d572 commit a4f8399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* 文章抽象:帮助中心文章、公告、资讯文章等分别存储到不同的表
*/
@Data
@TableName("article")
@TableName("cms_article")
public class Article implements Serializable {
private static final long serialVersionUID = 1L;
@TableId(type = IdType.AUTO)
Expand Down

0 comments on commit a4f8399

Please sign in to comment.