Subversion Repositories SmartDukaan

Rev

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

Rev 24264 Rev 31860
Line 16... Line 16...
16
/**
16
/**
17
 * @author amit
17
 * @author amit
18
 *
18
 *
19
 */
19
 */
20
@Entity
20
@Entity
21
@Table(name="fofo.customer_return_item", schema = "fofo")
21
@Table(name="fofo.customer_return_item")
22
public class CustomerReturnItem {
22
public class CustomerReturnItem {
23
	
23
	
24
	@Id
24
	@Id
25
	@Column(name="id", unique=true, updatable=false)
25
	@Column(name="id", unique=true, updatable=false)
26
	@GeneratedValue(strategy = GenerationType.IDENTITY)
26
	@GeneratedValue(strategy = GenerationType.IDENTITY)