Subversion Repositories SmartDukaan

Rev

Rev 30896 | Rev 31170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30896 Rev 30904
Line 70... Line 70...
70
 
70
 
71
	@Column(name = "create_timestamp")
71
	@Column(name = "create_timestamp")
72
	private LocalDateTime createTimestamp;
72
	private LocalDateTime createTimestamp;
73
 
73
 
74
	@Column
74
	@Column
75
	private boolean checked;
75
	private boolean checked = false;
76
 
76
 
77
	public ActivatedImei() {
77
	public ActivatedImei() {
78
		super();
78
		super();
79
	}
79
	}
80
 
80