Subversion Repositories SmartDukaan

Rev

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

Rev 27462 Rev 27463
Line 13... Line 13...
13
 
13
 
14
	@Id
14
	@Id
15
	@Column(name = "id", unique = true, updatable = false)
15
	@Column(name = "id", unique = true, updatable = false)
16
	private int id;
16
	private int id;
17
 
17
 
18
	@Column(name = "fofoId", unique = true)
18
	@Column(name = "fofo_id")
19
	private int fofoId;
19
	private int fofoId;
20
 
20
 
21
	@Column(name = "geofence_id")
21
	@Column(name = "geofence_id")
22
	private String geofenceId;
22
	private String geofenceId;
23
 
23