list查询

	public List<MISSINGISTEMS> getMissList(MISSINGISTEMS missingistems) throws Exception {
		List<MISSINGISTEMS> result = null;
		SqlCommand command = null;
		
		command = new SqlCommand(MISSINGISTEMSSql.getMissList);
		
		result = this.daoProvider().queryObject(command, missingistems);
		return result;
	}

  

posted @ 2018-11-08 17:56  剑小新  阅读(246)  评论(0编辑  收藏  举报