Subversion Repositories SmartDukaan

Rev

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

Rev 36759 Rev 36760
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)
-
 
46
    @Column(name = "mark_type", nullable = false, length = 191)
45
    @Column(name = "mark_type", nullable = false, length = 191)
47
    private ProfitMandiConstants.MARK_TYPE markType;
46
    private ProfitMandiConstants.MARK_TYPE markType;
48
 
47
 
49
    @Column(name = "check_in_time", nullable = true, length = 20)
48
    @Column(name = "check_in_time", nullable = true, length = 20)
50
    private LocalTime checkInTime;
49
    private LocalTime checkInTime;