类 DeptCache

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

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

    • DeptCache

      public DeptCache()
  • 方法详细资料

    • put

      public static void put(Long deptId, SysDept sysDept)
    • remove

      public static void remove(Long deptId)
    • containsKey

      public static boolean containsKey(Long deptId)
    • get

      public static SysDept get(Long deptId)
    • getByCode

      public static SysDept getByCode(String code)