燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-14 8841bdef3a643f6d5cd82e447fb1388de7bd2bf7
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;
    }
}