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

org.iartisan.runtime.web.contants.WebConstants Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.web.contants;

/**
 * 

* web 端常量配置 * @author King * @since 2017/4/21 */ public class WebConstants { public static final String _USER = "_user"; public static final String _ERR_MSG = "_errmsg"; public static final String _MENUS = "_menus"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy