Subversion Repositories SmartDukaan

Rev

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

Rev 31692 Rev 31693
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-
 
4
import com.fasterxml.jackson.annotation.JsonProperty;
3
import com.fasterxml.jackson.annotation.JsonProperty;
5
 
4
 
6
import java.time.LocalDateTime;
5
import java.time.LocalDateTime;
7
 
6
 
8
@JsonIgnoreProperties(ignoreUnknown = true)
-
 
9
public class PartnerImeiNotSold implements ImeiDropSummaryModel {
7
public class PartnerImeiNotSold implements ImeiDropSummaryModel {
10
 
8
 
11
	@JsonProperty("Id")
9
	@JsonProperty("Id")
12
	private int retailerId;
10
	private int retailerId;
13
 
11