Subversion Repositories SmartDukaan

Rev

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

Rev 27124 Rev 31860
Line 21... Line 21...
21
 * @author Govind
21
 * @author Govind
22
 *
22
 *
23
 */
23
 */
24
 
24
 
25
@Entity
25
@Entity
26
@Table(name="cs.ticket_assigned", schema = "cs")
26
@Table(name="cs.ticket_assigned")
27
public class TicketAssigned implements Serializable{
27
public class TicketAssigned implements Serializable{
28
	
28
	
29
	private static final long serialVersionUID = 1L;
29
	private static final long serialVersionUID = 1L;
30
	
30
	
31
	@Id
31
	@Id