优化项目结构
This commit is contained in:
@ -20,7 +20,7 @@ public class YxArticle implements Serializable {
|
|||||||
|
|
||||||
/** 文章管理ID */
|
/** 文章管理ID */
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
|
||||||
@Column(name = "id")
|
@Column(name = "id")
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ public class YxWechatReply implements Serializable {
|
|||||||
|
|
||||||
/** 微信关键字回复id */
|
/** 微信关键字回复id */
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
|
||||||
@Column(name = "id")
|
@Column(name = "id")
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ public class YxWechatTemplate implements Serializable {
|
|||||||
|
|
||||||
/** 模板id */
|
/** 模板id */
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
|
||||||
@Column(name = "id")
|
@Column(name = "id")
|
||||||
private Integer id;
|
private Integer id;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user