Subversion Repositories SmartDukaan

Rev

Rev 31860 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31860 Rev 35279
Line 1... Line 1...
1
package com.spice.profitmandi.dao.entity.fofo;
1
package com.spice.profitmandi.dao.entity.fofo;
2
 
2
 
3
import java.time.LocalDate;
-
 
4
 
-
 
5
import javax.persistence.Column;
-
 
6
import javax.persistence.Entity;
-
 
7
import javax.persistence.EnumType;
-
 
8
import javax.persistence.Enumerated;
-
 
9
import javax.persistence.GeneratedValue;
-
 
10
import javax.persistence.GenerationType;
-
 
11
import javax.persistence.Id;
-
 
12
import javax.persistence.Table;
-
 
13
 
-
 
14
import com.spice.profitmandi.common.services.mandii.AddressProofType;
3
import com.spice.profitmandi.common.services.mandii.AddressProofType;
15
import com.spice.profitmandi.common.services.mandii.Gender;
4
import com.spice.profitmandi.common.services.mandii.Gender;
16
import com.spice.profitmandi.common.services.mandii.MaritalStatus;
5
import com.spice.profitmandi.common.services.mandii.MaritalStatus;
17
 
6
 
-
 
7
import javax.persistence.*;
-
 
8
import java.time.LocalDate;
-
 
9
 
18
@Entity
10
@Entity
19
@Table(name = "user.fofo_kyc")
11
@Table(name = "user.fofo_kyc")
20
public class FofoKyc {
12
public class FofoKyc {
21
 
13
 
22
	@Id
14
	@Id