Subversion Repositories SmartDukaan

Rev

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

Rev 24417 Rev 31860
Line 13... Line 13...
13
 * @author Govind
13
 * @author Govind
14
 *
14
 *
15
 */
15
 */
16
 
16
 
17
@Entity
17
@Entity
18
@Table(name="cs.partner_region", schema = "cs")
18
@Table(name="cs.partner_region")
19
public class PartnerRegion implements Serializable{
19
public class PartnerRegion implements Serializable{
20
	
20
	
21
	private static final long serialVersionUID = 1L;
21
	private static final long serialVersionUID = 1L;
22
	
22
	
23
	
23