Subversion Repositories SmartDukaan

Rev

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

Rev 28381 Rev 31860
Line 8... Line 8...
8
import javax.persistence.GenerationType;
8
import javax.persistence.GenerationType;
9
import javax.persistence.Id;
9
import javax.persistence.Id;
10
import javax.persistence.Table;
10
import javax.persistence.Table;
11
 
11
 
12
@Entity
12
@Entity
13
@Table(name = "fofo.pincode_partner", schema = "fofo")
13
@Table(name = "fofo.pincode_partner")
14
public class PincodePartner implements Serializable {
14
public class PincodePartner implements Serializable {
15
 
15
 
16
	private static final long serialVersionUID = 1L;
16
	private static final long serialVersionUID = 1L;
17
 
17
 
18
	@Id
18
	@Id