コード何とかを始めて

とりあえずソースをコピーして

とりあえずソースをコピーして

  • タグ:
  • タグはありません
public PlanningInfo getResourceList(PlanningInfo cond) {
		PlanningInfo ret = new PlanningInfo();
		
		ret.setResourceList(new ResourceRemote().getResourceList(cond.getResourceInfo()));
		
		return ret;
	}