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

net.mingsoft.organization.constant.Const Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package net.mingsoft.organization.constant;

import java.util.ResourceBundle;

/**
 * organization定义
 * @author 铭飞开源团队
 * 创建日期:2020-1-6 14:53:26
* 历史修订:
*/ public final class Const { public final static int SYSTEM_ROLE_ID = 48; /** * 资源文件 */ public final static ResourceBundle RESOURCES = ResourceBundle.getBundle("net.mingsoft.organization.resources.resources"); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy