From d254c34b538e190fd5a9355d757f64bd495bdda9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 26 四月 2023 11:01:33 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/service/ISuYuanService.java | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/yssh/service/ISuYuanService.java b/src/main/java/com/yssh/service/ISuYuanService.java index 01c28a5..c027fac 100644 --- a/src/main/java/com/yssh/service/ISuYuanService.java +++ b/src/main/java/com/yssh/service/ISuYuanService.java @@ -14,22 +14,24 @@ public Integer isTableExists(String tableName); public void insertSuYuanDatas(List<SuYuan> lists, String time) throws Exception; - + int createNewTable(String tableName); - + public List<SuYuan2d> selectSuYuan2d(Date date); - + public List<SuYuan3d> selectSuYuan3d(String name, Date date); - + public Map<String, Object> selectSuYuan100(String name, Date date); - + public Map<String, Object> selectSuYuan200(String name, Date date); - + public Map<String, Object> selectSuYuan300(String name, Date date); - + public Map<String, Object> selectSuYuan500(String name, Date date); - + public List<SuYuanMonitorData> getMonitorData(String name); //public List<Temporary> temporary(String name, Date date); + + public int updateVocsName(Date date, String id, String vocsName); } -- Gitblit v1.9.3