背景:
1.在数据库中有一个通知表
可以看到其中的
gmt_create、
notifier_name、
outer_title
这三个字段是有下划线的
2.这张表对应的实体类为
public class Notification {
private Long id;
private Long notifier;
private Long receiver;
private Long outerId;
private Integer type;
pri
背景:
1.在数据库中有一个通知表
可以看到其中的
gmt_create、
notifier_name、
outer_title
这三个字段是有下划线的
2.这张表对应的实体类为
public class Notification {
private Long id;
private Long notifier;
private Long receiver;
private Long outerId;
private Integer type;
pri