Subversion Repositories SmartDukaan

Rev

Rev 29515 | Rev 32671 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29515 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.inventory.ScratchedGift;
16
import com.spice.profitmandi.dao.enumuration.inventory.ScratchedGift;
17
 
17
 
18
@Entity
18
@Entity
19
@Table(name = "dtr.scratch_offer", schema = "dtr")
19
@Table(name = "dtr.scratch_offer")
20
public class ScratchOffer implements Serializable {
20
public class ScratchOffer implements Serializable {
21
 
21
 
22
	/**
22
	/**
23
	 * 
23
	 * 
24
	 */
24
	 */