You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
package net.mingsoft.cms.constant;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Author: 铭飞开源团队--huise
|
|
|
|
|
* @Date: 2019/8/9 20:51
|
|
|
|
|
*/
|
|
|
|
|
public class Const {
|
|
|
|
|
/**
|
|
|
|
|
* 资源文件
|
|
|
|
|
*/
|
|
|
|
|
public final static String RESOURCES = "net.mingsoft.cms.resources.resources";
|
|
|
|
|
}
|