Subversion Repositories SmartDukaan

Rev

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

Rev 23627 Rev 31860
Line 17... Line 17...
17
 * 
17
 * 
18
 * @author ashikali
18
 * @author ashikali
19
 *
19
 *
20
 */
20
 */
21
@Entity
21
@Entity
22
@Table(name="dtr.recharge_provider", schema = "dtr")
22
@Table(name="dtr.recharge_provider")
23
public class RechargeProvider implements Serializable{
23
public class RechargeProvider implements Serializable{
24
	
24
	
25
	private static final long serialVersionUID = 1L;
25
	private static final long serialVersionUID = 1L;
26
	
26
	
27
	public RechargeProvider() {
27
	public RechargeProvider() {