Subversion Repositories SmartDukaan

Rev

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

Rev 26959 Rev 31860
Line 10... Line 10...
10
import javax.persistence.Table;
10
import javax.persistence.Table;
11
 
11
 
12
import com.fasterxml.jackson.annotation.JsonProperty;
12
import com.fasterxml.jackson.annotation.JsonProperty;
13
 
13
 
14
@Entity
14
@Entity
15
@Table(name = "dtr.banner_listing_detail", schema = "dtr")
15
@Table(name = "dtr.banner_listing_detail")
16
public class BannerListingDetail {
16
public class BannerListingDetail {
17
 
17
 
18
	private static final long serialVersionUID = 1L;
18
	private static final long serialVersionUID = 1L;
19
 
19
 
20
	@Id
20
	@Id