Subversion Repositories SmartDukaan

Rev

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

Rev 25640 Rev 31860
Line 11... Line 11...
11
import javax.persistence.Table;
11
import javax.persistence.Table;
12
 
12
 
13
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
13
import com.spice.profitmandi.dao.convertor.LocalDateTimeAttributeConverter;
14
 
14
 
15
@Entity
15
@Entity
16
@Table(name = "fofo.hygiene_data", schema = "fofo")
16
@Table(name = "fofo.hygiene_data")
17
public class HygieneData implements Serializable {
17
public class HygieneData implements Serializable {
18
 
18
 
19
	private static final long serialVersionUID = 1L;
19
	private static final long serialVersionUID = 1L;
20
 
20
 
21
	@Id
21
	@Id