1.河北新增公共连接点预处理算法
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.njcn.harmonic.controller.upload;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import com.njcn.web.controller.BaseController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 公共连接点母线电能质量统计 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author xy
|
||||
* @since 2024-08-15
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/upload/rUploadCommPointBus")
|
||||
public class RUploadCommPointBusController extends BaseController {
|
||||
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ import com.njcn.web.factory.PageFactory;
|
||||
import com.njcn.web.pojo.param.BaseParam;
|
||||
import com.njcn.web.pojo.param.SendParam;
|
||||
import com.njcn.web.utils.GwSendUtil;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiImplicitParam;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
@@ -45,6 +46,7 @@ import java.util.Optional;
|
||||
@RestController
|
||||
@RequestMapping("/rUploadReport")
|
||||
@RequiredArgsConstructor
|
||||
@Api(tags = "电能质量报表上送")
|
||||
public class RUploadReportController extends BaseController {
|
||||
|
||||
private final IRUploadReportService irUploadReportService;
|
||||
|
||||
Reference in New Issue
Block a user