提交代码
This commit is contained in:
@@ -68,4 +68,14 @@ public interface CommonService {
|
||||
* @return StatisticalDataDTO
|
||||
*/
|
||||
StatisticalDataDTO selectBySql(StringBuilder sql);
|
||||
/*获取各个模块温度数据*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @param lineId
|
||||
* @param tableName apf_data
|
||||
* @param columnName Apf_Temp_Env
|
||||
* @return
|
||||
*/
|
||||
List<StatisticalDataDTO> getTopTemperature(String lineId,String tableName, String columnName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user