Subversion Repositories SmartDukaan

Rev

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

Rev 21898 Rev 21903
Line 50... Line 50...
50
	
50
	
51
	@Enumerated(EnumType.STRING)
51
	@Enumerated(EnumType.STRING)
52
	@Column(name = "type")
52
	@Column(name = "type")
53
	private ItemType type;
53
	private ItemType type;
54
	
54
	
55
	@Column(name = "hsn_code")
-
 
56
	private String hsnCode;
55
	private String hsnCode;
57
	
56
	
58
	public int getId() {
57
	public int getId() {
59
		return id;
58
		return id;
60
	}
59
	}