Subversion Repositories SmartDukaan

Rev

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

Rev 36808 Rev 36809
Line 16... Line 16...
16
 
16
 
17
    @Column
17
    @Column
18
    @Enumerated(EnumType.STRING)
18
    @Enumerated(EnumType.STRING)
19
    private ProfitMandiConstants.COMPANY_OFFICE_TYPE type;
19
    private ProfitMandiConstants.COMPANY_OFFICE_TYPE type;
20
 
20
 
21
    @Column
21
    @Column(unique = true)
22
    private String code;
22
    private String code;
23
 
23
 
24
    @Column
24
    @Column
25
    private String name;
25
    private String name;
26
 
26