类 PostCache

java.lang.Object
com.hengyi.xbaseweb.system.cache.PostCache

public class PostCache extends Object
  • 构造器详细资料

    • PostCache

      public PostCache()
  • 方法详细资料

    • put

      public static void put(Long key, SysPost sysPost)
    • remove

      public static void remove(Long key)
    • containsKey

      public static boolean containsKey(Long key)
    • get

      public static SysPost get(Long key)
    • getName

      public static String getName(String ids)
      获取岗位名称
      参数:
      ids -
      返回:
    • getByCode

      public static SysPost getByCode(String code)