Subversion Repositories SmartDukaan

Rev

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

Rev 22532 Rev 31860
Line 14... Line 14...
14
 * 
14
 * 
15
 * @author ashikali
15
 * @author ashikali
16
 *
16
 *
17
 */
17
 */
18
@Entity
18
@Entity
19
@Table(name="fofo.district_master", schema = "fofo")
19
@Table(name="fofo.district_master")
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() {