zj
2024-12-04 a8e2e9ff1040e8668e992b97416eaad21132dae1
1
2
3
4
5
6
7
8
9
10
11
12
package project.finance;
 
public class FinanceRedisKeys {
    /**
     * 获取所有的理财产品
     */
    public final static String FINANCE_MAP = "FINANCE_MAP_";
    /**
     * 理财产品,id做key
     */
    public final static String FINANCE_ID = "FINANCE_ID_";
}