Subversion Repositories SmartDukaan

Rev

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

Rev 24402 Rev 31860
Line 28... Line 28...
28
/**
28
/**
29
 * @author amit
29
 * @author amit
30
 *
30
 *
31
 */
31
 */
32
@Entity
32
@Entity
33
@Table(name = "fofo.purchase_return_item", schema = "fofo")
33
@Table(name = "fofo.purchase_return_item")
34
 
34
 
35
public class PurchaseReturnItem implements Serializable {
35
public class PurchaseReturnItem implements Serializable {
36
 
36
 
37
	private static final long serialVersionUID = 1L;
37
	private static final long serialVersionUID = 1L;
38
 
38