lotterywebbaseactionwrap.java.svn-base

来自「学习dwr+struts2+spring进行开发的好例子」· SVN-BASE 代码 · 共 14 行

SVN-BASE
14
字号
package com.szhelper.lotteryWeb.webapp.action;

import com.szhelper.lotteryWeb.Constants;

public class LotteryWebBaseActionWrap extends LotteryWebBaseAction {
	public String save() throws Exception {
		return Constants.EMPTY;
	}

	public String update() throws Exception {
		return Constants.EMPTY;
	}
}

⌨️ 快捷键说明

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