自动化立体仓库 - WMS系统
cl
2026-03-24 a1334287fc3e563ff3494553d0c1e6fa390b314d
1
2
3
4
5
6
7
8
9
package com.zy.asrs.service;
 
/**
 * 监控库位热力图 Redis 缓存清理
 */
public interface MonitorLocMapCacheService {
 
    void clearQuietly();
}