燕山石化溯源三维电子沙盘-【后端】-服务
5
13693261870
2023-07-29 25169ce9015c91b1596619fcc27b5554bd73bee7
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;
    }
}