Subversion Repositories SmartDukaan

Rev

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

Rev 32170 Rev 32171
Line 1... Line 1...
1
package com.spice.profitmandi.dao.entity.auth;
1
package com.spice.profitmandi.dao.entity.auth;
2
 
2
 
3
//import com.sun.istack.internal.NotNull;
-
 
4
 
-
 
5
import in.shop2020.utils.Message;
-
 
6
 
-
 
7
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
8
import java.time.format.DateTimeFormatter;
4
import java.time.format.DateTimeFormatter;
9
 
5
 
10
import javax.persistence.Column;
6
import javax.persistence.Column;
11
import javax.persistence.Entity;
7
import javax.persistence.Entity;