com.easy.query.cache.core.EasyCacheIndex Maven / Gradle / Ivy
package com.easy.query.cache.core;
import java.util.Set;
/**
* create time 2024/1/25 14:06
* 文件说明
*
* @author xuejiaming
*/
public class EasyCacheIndex {
private Set index;
public Set getIndex() {
return index;
}
public void setIndex(Set index) {
this.index = index;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy