This commit is contained in:
Redkale
2019-09-16 16:29:12 +08:00
parent b98b526c50
commit 824a6df55a
2 changed files with 0 additions and 4 deletions

View File

@@ -18,7 +18,6 @@ import org.redkale.convert.json.*;
public class SncpTestBean implements FilterBean { public class SncpTestBean implements FilterBean {
@Id @Id
@GeneratedValue
private long id; private long id;
private String content; private String content;

View File

@@ -21,12 +21,9 @@ import org.redkale.convert.json.*;
* *
* @author zhangjx * @author zhangjx
*/ */
@Entity
public class LoginTestRecord { public class LoginTestRecord {
@Id @Id
@GeneratedValue
//@SequenceGenerator(name = "SEQ", initialValue = 100001, allocationSize = 1000)
private String sessionid; private String sessionid;
private int userid; private int userid;