Subversion Repositories SmartDukaan

Rev

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

Rev 21674 Rev 21717
Line 1... Line 1...
1
package com.spice.profitmandi.dao.entity;
1
package com.spice.profitmandi.dao.entity.user;
2
 
2
 
3
import java.io.Serializable;
3
import java.io.Serializable;
4
import java.time.LocalDateTime;
4
import java.time.LocalDateTime;
5
 
5
 
6
import javax.persistence.Column;
6
import javax.persistence.Column;