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"; }