Subversion Repositories SmartDukaan

Rev

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

Rev 31860 Rev 32170
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
 
3
import java.time.LocalDateTime;
7
import java.time.LocalDateTime;
4
import java.time.format.DateTimeFormatter;
8
import java.time.format.DateTimeFormatter;
5
 
9
 
6
import javax.persistence.Column;
10
import javax.persistence.Column;
7
import javax.persistence.Entity;
11
import javax.persistence.Entity;