河北两级贯通接口调整
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 hongawen
|
||||
* @since 2024-06-06
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/rUploadDataLog")
|
||||
public class RUploadDataLogController extends BaseController {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user