Subversion Repositories SmartDukaan

Rev

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

Rev 25952 Rev 31860
Line 13... Line 13...
13
import javax.persistence.Table;
13
import javax.persistence.Table;
14
 
14
 
15
import com.spice.profitmandi.dao.enumuration.dtr.FranchiseeActivityStatus;
15
import com.spice.profitmandi.dao.enumuration.dtr.FranchiseeActivityStatus;
16
 
16
 
17
@Entity
17
@Entity
18
@Table(name = "user.franchisee_activity", schema = "user")
18
@Table(name = "user.franchisee_activity")
19
public class FranchiseeActivity implements Serializable {
19
public class FranchiseeActivity implements Serializable {
20
 
20
 
21
	private static final long serialVersionUID = 1L;
21
	private static final long serialVersionUID = 1L;
22
 
22
 
23
	@Id
23
	@Id