zzw
2023-11-03 dcec4cd65c458f07912992d9bcb0a6890f1e4194
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";
}