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

com.cory.constant.CacheConstants Maven / Gradle / Ivy

There is a newer version: 0.0.35
Show newest version
package com.cory.constant;

/**
 * Created by Cory on 2017/5/15.
 */
public class CacheConstants {

    /* SystemConfig */
    public static final String SystemConfig = "SystemConfig";

    public static final String User = "User";

    public static final String Role = "Role";

    public static final String Resource = "Resource";

    public static final String Datadict = "Datadict";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy