swb
2024-09-06 d08acc96d37e12dfe6129b2b7c2c408ec017b681
screen-manage/src/main/java/com/moral/api/service/TestService.java
@@ -6,6 +6,8 @@
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.Map;
/**
 * <p>
 *  服务类
@@ -22,4 +24,6 @@
    @Transactional
    void saveTest() throws Exception;
    Map<String,String> getMap();
}