bingbo
2023-11-27 56c81870c0cf2e7cc2916da746f05aa637ce6b77
hd/pipe/screen/src/main/java/com/thhy/screen/modules/biz/bigscreen/mapper/BigScreenMapper.java
@@ -1,5 +1,6 @@
package com.thhy.screen.modules.biz.bigscreen.mapper;
import com.thhy.screen.modules.biz.audio.entity.AudioGroup;
import com.thhy.screen.modules.biz.bigscreen.entity.*;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
@@ -29,4 +30,12 @@
    HashMap<String,Object> displayText();
    List<HashMap<String,Object>> monthRingNumByPro(@Param("companyId") String companyId,@Param("proId") String proId);
    void insertAudioGroup(AudioGroup audioGroup);
    List<AudioGroup> queryGroups();
    List<HashMap<String,Object>> querySteelMake();
    List<HashMap<String,Object>> queryRestInfo();
}