Subversion Repositories SmartDukaan

Rev

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

Rev 30859 Rev 31860
Line 14... Line 14...
14
import javax.persistence.Transient;
14
import javax.persistence.Transient;
15
 
15
 
16
import com.spice.profitmandi.dao.enumuration.fofo.Gateway;
16
import com.spice.profitmandi.dao.enumuration.fofo.Gateway;
17
 
17
 
18
@Entity
18
@Entity
19
@Table(name = "dtr.credit_account", schema = "dtr")
19
@Table(name = "dtr.credit_account")
20
public class CreditAccount implements Serializable {
20
public class CreditAccount implements Serializable {
21
 
21
 
22
	private static final long serialVersionUID = 1L;
22
	private static final long serialVersionUID = 1L;
23
 
23
 
24
	@Id
24
	@Id