Subversion Repositories SmartDukaan

Rev

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

Rev 21734 Rev 21735
Line 1... Line 1...
1
 
1
 
2
package com.spice.profitmandi.web.req;
2
package com.spice.profitmandi.web.req;
3
 
3
 
4
import java.util.Set;
4
import java.util.Set;
5
 
5
 
6
 
-
 
7
import com.spice.profitmandi.dao.enumuration.RetailerType;
6
import com.spice.profitmandi.dao.enumuration.dtr.RetailerType;
8
import com.spice.profitmandi.dao.enumuration.SaleValue;
7
import com.spice.profitmandi.dao.enumuration.dtr.SaleValue;
9
 
8
 
10
public class CreateRetailerRequest {
9
public class CreateRetailerRequest {
11
 
10
 
12
    private String name;
11
    private String name;
13
    private String number;
12
    private String number;