com.github.wzc789376152.springboot.cache.CacheEnumInterface Maven / Gradle / Ivy
The newest version!
package com.github.wzc789376152.springboot.cache;
public interface CacheEnumInterface {
String getKey();
}
package com.github.wzc789376152.springboot.cache;
public interface CacheEnumInterface {
String getKey();
}