Sign in

cmc / huaheng-cmc · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • huaheng-cmc
  • ..
  • service
  • CacheService.java
  • 库区描述添加 ...
    52fba551
    Signed-off-by: TanYibin <5491541@qq.com>
    谭毅彬 authored
    2026-03-19 15:52:32 +0800  
    Browse Code »
CacheService.java 322 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.huaheng.control.management.service;

import java.util.Map;

import com.huaheng.control.management.dto.Zone;

public interface CacheService {



    /**
     * 获取库区信息
     * @author     TanYibin
     * @createDate 2026年3月19日
     * @return
     */
    public Map<String, Zone> getZoneMap();
}