mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 03:16:48 +08:00
upd 取消种类字段,暂不上线
This commit is contained in:
@@ -249,14 +249,15 @@ public class Cases extends BaseEntity {
|
||||
private String caseValue;
|
||||
|
||||
// 种类字段1
|
||||
@Column(name = "sys_type1")
|
||||
private String sysType1;
|
||||
// 暂不上线
|
||||
// @Column(name = "sys_type1")
|
||||
// private String sysType1;
|
||||
//种类字段2
|
||||
@Column(name = "sys_type2")
|
||||
private String sysType2;
|
||||
// @Column(name = "sys_type2")
|
||||
// private String sysType2;
|
||||
//种类字段3
|
||||
@Column(name = "sys_type3")
|
||||
private String sysType3;
|
||||
// @Column(name = "sys_type3")
|
||||
// private String sysType3;
|
||||
|
||||
/**
|
||||
* 最佳案例标识
|
||||
|
||||
Reference in New Issue
Block a user