Subversion Repositories SmartDukaan

Rev

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

Rev 28377 Rev 31860
Line 21... Line 21...
21
/**
21
/**
22
 * @author amit
22
 * @author amit
23
 *
23
 *
24
 */
24
 */
25
@Entity
25
@Entity
26
@Table(name = "fofo.pending_order", schema = "fofo")
26
@Table(name = "fofo.pending_order")
27
public class PendingOrder implements Serializable {
27
public class PendingOrder implements Serializable {
28
 
28
 
29
	/**
29
	/**
30
	 * 
30
	 * 
31
	 */
31
	 */