Subversion Repositories SmartDukaan

Rev

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

Rev 22471 Rev 22532
Line 14... Line 14...
14
 * 
14
 * 
15
 * @author ashikali
15
 * @author ashikali
16
 *
16
 *
17
 */
17
 */
18
@Entity
18
@Entity
19
@Table(name="dtr.district_master", schema = "dtr")
19
@Table(name="fofo.district_master", schema = "fofo")
20
public class DistrictMaster implements Serializable{
20
public class DistrictMaster implements Serializable{
21
	
21
	
22
	private static final long serialVersionUID = 1L;
22
	private static final long serialVersionUID = 1L;
23
	
23
	
24
	public DistrictMaster() {
24
	public DistrictMaster() {