Subversion Repositories SmartDukaan

Rev

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

Rev 36758 Rev 36759
Line 40... Line 40...
40
    private LocalDate taskDate;
40
    private LocalDate taskDate;
41
 
41
 
42
    @Column(name = "task_name", nullable = false, length = 191)
42
    @Column(name = "task_name", nullable = false, length = 191)
43
    private String taskName;
43
    private String taskName;
44
 
44
 
-
 
45
    @Enumerated(EnumType.STRING)
45
    @Column(name = "mark_type", nullable = false, length = 191)
46
    @Column(name = "mark_type", nullable = false, length = 191)
46
    private ProfitMandiConstants.MARK_TYPE markType;
47
    private ProfitMandiConstants.MARK_TYPE markType;
47
 
48
 
48
    @Column(name = "check_in_time", nullable = true, length = 20)
49
    @Column(name = "check_in_time", nullable = true, length = 20)
49
    private LocalTime checkInTime;
50
    private LocalTime checkInTime;