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

net.mingsoft.base.constant.e.BaseSessionEnum Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
/**
 * Copyright (c) 2012-present 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循 铭软科技《服务协议》中的《保密条款》
 */







package net.mingsoft.base.constant.e;


/**
 * @ClassName:  BaseAction
 * @Description:TODO(基础层session枚举,所有的session定义必须实现该结构)
 * @author: 铭飞开发团队
 * @date:   2018年3月19日 下午3:28:27
 *
 * @Copyright: 2018 www.mingsoft.net Inc. All rights reserved.
 */
public interface BaseSessionEnum {
	/**
	 * 返回该对象的字符串表示
	 *
	 * @return 字符串
	 */
	String toString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy