燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-15 9f4828565c45341aea69fb7aa7e434d972bc100c
1
2
3
4
5
6
7
8
9
10
package com.yssh.utils;
 
public class TableStrategy {
 
    public static final String SU_YUNA_TABLE_PREFIX = "su_yuan";
    
    public static String getTableStrategy(String time){
        return SU_YUNA_TABLE_PREFIX + "_" + time;
    }
}