Subversion Repositories SmartDukaan

Rev

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

Rev 23974 Rev 31860
Line 23... Line 23...
23
 * @author ashikali
23
 * @author ashikali
24
 *
24
 *
25
 */
25
 */
26
 
26
 
27
@Entity
27
@Entity
28
@Table(name="dtr.recharge_operator", schema = "dtr")
28
@Table(name="dtr.recharge_operator")
29
public class RechargeOperator implements Serializable{
29
public class RechargeOperator implements Serializable{
30
	
30
	
31
	private static final long serialVersionUID = 1L;
31
	private static final long serialVersionUID = 1L;
32
	
32
	
33
	public RechargeOperator() {
33
	public RechargeOperator() {