Subversion Repositories SmartDukaan

Rev

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

Rev 29885 Rev 37655
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
4
 
4
 
5
import com.spice.profitmandi.common.enumuration.BusinessType;
5
import com.spice.profitmandi.common.enumuration.BusinessType;
6
import com.spice.profitmandi.common.services.mandii.AddressProofType;
6
import com.spice.profitmandi.common.services.kyc.AddressProofType;
7
import com.spice.profitmandi.common.services.mandii.Gender;
7
import com.spice.profitmandi.common.services.kyc.Gender;
8
import com.spice.profitmandi.common.services.mandii.MaritalStatus;
8
import com.spice.profitmandi.common.services.kyc.MaritalStatus;
9
 
9
 
10
public class FofoKycModel {
10
public class FofoKycModel {
11
 
11
 
12
	private int id;
12
	private int id;
13
	private BusinessType businessType;
13
	private BusinessType businessType;