首页>代码>ssh实现简单的网络借贷项目>/personloan/src/com/loan/action/base/BaseAction.java
package com.loan.action.base;

import javax.annotation.Resource;

import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;

import com.loan.service.UserManager;
import com.loan.service.impl.UserManagerImpl;
import com.opensymphony.xwork2.ActionSupport;

/**
 * @author lyy
 * @version 1.0 <br>
 *          Copyright (C), 2014-2015 <br>
 *          This program is protected by copyright laws. <br>
 *          Program Name: <br>
 *          Date:
 */
@Component
@Scope("prototype")
public class BaseAction extends ActionSupport {
	/**
	 *
	 */
	private static final long serialVersionUID = 1L;

	@Resource(name="userManagerImpl")
	protected UserManager mgr;

	public void setMgr(UserManager mgr) {
		this.mgr = mgr;
	}

	public UserManager getMgr() {
		return mgr;
	}


}
最近下载更多
JohnAlex  LV9 2022年2月19日
wanglinddad  LV55 2021年12月5日
1029162867  LV13 2021年9月25日
ericxu1116  LV24 2021年5月20日
ym111111111  LV3 2021年3月18日
王伟杰  LV2 2021年2月25日
clz123456  LV6 2020年12月21日
yguyue  LV8 2020年12月15日
ExamplesDYC  LV13 2020年11月21日
最近浏览更多
quartz  LV8 7月1日
柳咪华沙  LV7 6月28日
WBelong  LV8 3月8日
2017143155  LV12 2023年5月22日
泓鼎168  LV20 2023年3月30日
95959595959  LV13 2023年2月13日
upup996  LV6 2022年12月14日
uni-code_0123  LV1 2022年11月16日
maniheim  LV7 2022年9月30日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友