This commit is contained in:
2023-11-13 22:08:09 +08:00
parent 165f68b0ed
commit fa2fe43ad0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
package cn.lihongjie.coal.coalBlend.controller;
import cn.lihongjie.coal.annotation.Anonymous;
import cn.lihongjie.coal.annotation.OrgScope;
import cn.lihongjie.coal.annotation.SysLog;
import cn.lihongjie.coal.base.controller.BaseController;
import cn.lihongjie.coal.base.dto.CommonQuery;
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("/coalBlend")
@RestController
@SysLog(module = "配煤")
@Anonymous
@OrgScope
public class CoalBlendController extends BaseController {
@Autowired CoalBlendService service;

View File

@@ -1,6 +1,6 @@
package cn.lihongjie.coal.coalWashingDailyAnalysis.controller;
import cn.lihongjie.coal.annotation.Anonymous;
import cn.lihongjie.coal.annotation.OrgScope;
import cn.lihongjie.coal.annotation.SysLog;
import cn.lihongjie.coal.base.controller.BaseController;
import cn.lihongjie.coal.base.dto.CommonQuery;
@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("/coalWashingDailyAnalysis")
@RestController
@SysLog(module = "洗煤报告表")
@Anonymous
@OrgScope
public class CoalWashingDailyAnalysisController extends BaseController {
@Autowired CoalWashingDailyAnalysisService service;