Subversion Repositories SmartDukaan

Rev

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

Rev 31193 Rev 31860
Line 10... Line 10...
10
 * @author amit
10
 * @author amit
11
 *
11
 *
12
 */
12
 */
13
 
13
 
14
@Entity
14
@Entity
15
@Table(name = "cs.ticket_sub_category", schema = "cs")
15
@Table(name = "cs.ticket_sub_category")
16
public class TicketSubCategory implements Serializable{
16
public class TicketSubCategory implements Serializable{
17
 
17
 
18
	private static final long serialVersionUID = 1L;
18
	private static final long serialVersionUID = 1L;
19
 
19
 
20
	@Id
20
	@Id