首页>代码>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  LV54 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日
wxx001  LV10 2020年10月24日
最近浏览更多
WBelong  LV7 3月8日
2017143155  LV12 2023年5月22日
泓鼎168  LV19 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日
wjh12345654321  LV14 2022年8月2日
折叠门 2022年7月6日
暂无贡献等级
liangge2115  LV27 2022年6月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友