zzw
2023-11-17 ce06cb3e8167151290d68b76b3684ec49e8f31a4
1
2
3
4
5
6
7
package com.zt.life.core.constant;
 
public interface Cache {
    public String PRODUCT = "productCache";
    public String ZTPRODUCT = "ztProductCache";
    public String CONFIG = "configCache";
}