Subversion Repositories SmartDukaan

Rev

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

Rev 26420 Rev 31690
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 com.fasterxml.jackson.annotation.JsonIgnoreProperties;
4
 
-
 
5
import com.fasterxml.jackson.annotation.JsonProperty;
4
import com.fasterxml.jackson.annotation.JsonProperty;
6
 
5
 
-
 
6
import java.time.LocalDateTime;
-
 
7
 
-
 
8
@JsonIgnoreProperties(ignoreUnknown = true)
7
public class PartnerImeiNotSold implements ImeiDropSummaryModel {
9
public class PartnerImeiNotSold implements ImeiDropSummaryModel {
8
 
10
 
9
	@JsonProperty("Id")
11
	@JsonProperty("Id")
10
	private int retailerId;
12
	private int retailerId;
11
 
13