燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-11-05 6e797b6bf65719823a20066f14344e180aff2e33
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;
    }
}