河北两级贯通接口调整

This commit is contained in:
cdf
2024-06-12 08:33:37 +08:00
parent 2e756e0e38
commit b13e0c22de
18 changed files with 487 additions and 264 deletions

View File

@@ -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 hongawen
* @since 2024-06-06
*/
@RestController
@RequestMapping("/rUploadDataLog")
public class RUploadDataLogController extends BaseController {
}