Bläddra i källkod

service层注释添加和多余代码删除

jichaobo 3 år sedan
förälder
incheckning
8f03b23783

+ 4 - 2
fiveep-controller/src/main/java/com/bizmatics/controller/web/ConsumeEnergyConfigController.java

@@ -13,7 +13,8 @@ import org.springframework.web.bind.annotation.RestController;
 import java.util.List;
 
 /**
- *能源配置
+ * 能源配置
+ *
  * @author ya
  * @since 2021-10-13
  */
@@ -25,7 +26,8 @@ public class ConsumeEnergyConfigController {
     private ConsumeEnergyConfigService consumeEnergyConfigService;
 
     /**
-     *  能源配置-列表查询
+     * 能源配置-列表查询
+     *
      * @param siteId
      * @return
      */