accidwithapplydetails.java

来自「一个汽车售后服务站的典型的进销管理系统,B/S模式的」· Java 代码 · 共 23 行

JAVA
23
字号
package com.xfaccp.command;



import com.xfaccp.adapter.CommandAdpater;


public class AccidWithApplydetails extends CommandAdpater 
{
/*	public Map create(Map map) throws Exception
	{
		Map mapreturn=new HashMap();
		List list=null;
//		list=this.dao.findBySql((String)map.get("hsql_accessorywithid"));
//		list=this.dao.findBySql("from com.xfaccp.form.AccessoryTable where accNo"+accNo);
		this.daoTwo.create((StockAccessoryTable)map.get("accessory_stock"));
		
		mapreturn.put("accessory_list",list);
		return mapreturn;
	}*/
	
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?