Subversion Repositories SmartDukaan

Rev

Rev 34881 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34881 Rev 34902
Line 16... Line 16...
16
    private int catalogId;
16
    private int catalogId;
17
 
17
 
18
    @Column(name = "customer_id", nullable = false)
18
    @Column(name = "customer_id", nullable = false)
19
    private int customerId;
19
    private int customerId;
20
 
20
 
21
    @Column(name = "created_at", nullable = false)
21
    @Column(name = "created_at")
22
    private LocalDateTime createdAt;
22
    private LocalDateTime createdAt;
23
 
23
 
24
    @Column(name = "affiliate_code", length = 50)
24
    @Column(name = "affiliate_code", length = 50)
25
    private String affiliateCode;
25
    private String affiliateCode;
26
 
26