Package com.lin.user.dto

Examples of com.lin.user.dto.UserDto


      return (Long)objs.get(0)+1;
    }
    return 1l;
  }
  public UserDto getList1001(){
    UserDto dto=new UserDto();
    List<Lz001001>list=lz001001Dao.findByHql("from Lz001001");
    dto.setList1001(list);
    return dto;
  }
View Full Code Here

TOP

Related Classes of com.lin.user.dto.UserDto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.