mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-13 04:46:50 +08:00
upd 表字段注释
This commit is contained in:
@@ -79,23 +79,23 @@ public class CasesRecommendPushRecord extends BaseEntity {
|
|||||||
@Column(name = "read_start_time")
|
@Column(name = "read_start_time")
|
||||||
private Date readStartTime;
|
private Date readStartTime;
|
||||||
|
|
||||||
/**
|
// /**
|
||||||
* sysType1
|
// * sysType1
|
||||||
*/
|
// */
|
||||||
@Column(name = "sys_type1")
|
// @Column(name = "sys_type1")
|
||||||
private String sysType1;
|
// private String sysType1;
|
||||||
|
//
|
||||||
/**
|
// /**
|
||||||
* sysType2
|
// * sysType2
|
||||||
*/
|
// */
|
||||||
@Column(name = "sys_type2")
|
// @Column(name = "sys_type2")
|
||||||
private String sysType2;
|
// private String sysType2;
|
||||||
|
//
|
||||||
/**
|
// /**
|
||||||
* sysType3
|
// * sysType3
|
||||||
*/
|
// */
|
||||||
@Column(name = "sys_type3")
|
// @Column(name = "sys_type3")
|
||||||
private String sysType3;
|
// private String sysType3;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user