This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user