Subversion Repositories SmartDukaan

Rev

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

Rev 26115 Rev 29051
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;
-
 
4
 
3
public class CustomRetailer {
5
public class CustomRetailer {
4
	private int partnerId;
6
	private int partnerId;
5
	private String code;
7
	private String code;
6
	public String getCode() {
8
	public String getCode() {
7
		return code;
9
		return code;