Subversion Repositories SmartDukaan

Rev

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

Rev 29657 Rev 31860
Line 4... Line 4...
4
import javax.persistence.Entity;
4
import javax.persistence.Entity;
5
import javax.persistence.Id;
5
import javax.persistence.Id;
6
import javax.persistence.Table;
6
import javax.persistence.Table;
7
 
7
 
8
@Entity
8
@Entity
9
@Table(name = "catalog.samsung_sp_qty", schema = "catalog")
9
@Table(name = "catalog.samsung_sp_qty")
10
public class SamsungSpQty {
10
public class SamsungSpQty {
11
 
11
 
12
	@Id
12
	@Id
13
	@Column(name = "fofo_id")
13
	@Column(name = "fofo_id")
14
	private int fofoId;
14
	private int fofoId;