Subversion Repositories SmartDukaan

Rev

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

Rev 24383 Rev 24417
Line 15... Line 15...
15
 * @author amit
15
 * @author amit
16
 *
16
 *
17
 */
17
 */
18
 
18
 
19
@Entity
19
@Entity
20
@Table(name="cs.category", schema = "cs")
20
@Table(name="cs.ticket_category", schema = "cs")
21
public class TicketCategory implements Serializable{
21
public class TicketCategory implements Serializable{
22
	
22
	
23
	private static final long serialVersionUID = 1L;
23
	private static final long serialVersionUID = 1L;
24
	
24
	
25
	@Id
25
	@Id