All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.freight.action.BaseAction Maven / Gradle / Ivy

package net.mingsoft.freight.action;

import java.util.MissingResourceException;

/**
 * freight基础控制层
 * @author 小伍io678()
 * 创建日期:2019-11-6 15:23:42
* 历史修订:
*/ public class BaseAction extends net.mingsoft.people.action.BaseAction{ @Override protected String getResString(String key) { // TODO Auto-generated method stub String str = ""; try { str = super.getResString(key); } catch (MissingResourceException e) { str = net.mingsoft.freight.constant.Const.RESOURCES.getString(key); } return str; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy