Subversion Repositories SmartDukaan

Rev

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

Rev 24383 Rev 24384
Line 46... Line 46...
46
	private LocalDateTime closeTimestamp;
46
	private LocalDateTime closeTimestamp;
47
	
47
	
48
	@Column(name="happy_code")
48
	@Column(name="happy_code")
49
	private String happyCode;
49
	private String happyCode;
50
 
50
 
51
	@Column
51
	@Column(name="last_activity")
52
	@Enumerated(EnumType.STRING)
52
	@Enumerated(EnumType.STRING)
53
	private ActivityType lastActivity;
53
	private ActivityType lastActivity;
54
	
54
	
55
	@Column(name="l2_escalation_timestamp")
55
	@Column(name="l2_escalation_timestamp")
56
	private LocalDateTime l2EscalationTimestamp;
56
	private LocalDateTime l2EscalationTimestamp;