Subversion Repositories SmartDukaan

Rev

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

Rev 28371 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.web_offer_product", schema = "dtr")
22
@Table(name = "dtr.web_offer_product")
23
public class WebOfferProduct implements Serializable {
23
public class WebOfferProduct implements Serializable {
24
 
24
 
25
	private static final long serialVersionUID = 1L;
25
	private static final long serialVersionUID = 1L;
26
	@JsonProperty(defaultValue = "0")
26
	@JsonProperty(defaultValue = "0")
27
	@Id
27
	@Id