fix: 删除无用的控制层
This commit is contained in:
parent
78516474a1
commit
c72132dd57
@ -1,21 +0,0 @@
|
||||
package com.aircraft.modules.order.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 订单明细表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author cli
|
||||
* @since 2025-07-10
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/fmsOdOrderDetail")
|
||||
public class OrderDetailController {
|
||||
|
||||
}
|
||||
|
@ -1,21 +0,0 @@
|
||||
package com.aircraft.modules.order.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 订单主单操作人关系表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author cli
|
||||
* @since 2025-07-10
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/fmsOdOrderOperator")
|
||||
public class OrderOperatorController {
|
||||
|
||||
}
|
||||
|
@ -1,21 +0,0 @@
|
||||
package com.aircraft.modules.order.controller;
|
||||
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 订单结算详情主表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author cli
|
||||
* @since 2025-07-10
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/fmsOdSettlementDetail")
|
||||
public class SettlementDetailController {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user