Explorar o código

删除不用类

xucaiqin %!s(int64=2) %!d(string=hai) anos
pai
achega
ac97574038

+ 0 - 13
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/controller/KwpLedgerLogisticsOrderController.java

@@ -1,13 +0,0 @@
-package com.sckw.payment.controller;
-import org.springframework.web.bind.annotation.*;
-
-/**
-* 对账-物流订单-对账关联交易订单
-*
-* @author xucaiqin
-*/
-@RestController
-@RequestMapping("/kwp_ledger_logistics_order")
-public class KwpLedgerLogisticsOrderController {
-    
-}

+ 0 - 13
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/controller/KwpLedgerLogisticsTrackController.java

@@ -1,13 +0,0 @@
-package com.sckw.payment.controller;
-import org.springframework.web.bind.annotation.*;
-
-/**
-* 对账-物流订单-状态信息
-*
-* @author xucaiqin
-*/
-@RestController
-@RequestMapping("/kwp_ledger_logistics_track")
-public class KwpLedgerLogisticsTrackController {
-    
-}

+ 0 - 13
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/controller/KwpLedgerTradeOrderController.java

@@ -1,13 +0,0 @@
-package com.sckw.payment.controller;
-import org.springframework.web.bind.annotation.*;
-
-/**
-* 对账-交易订单-对账关联交易订单
-*
-* @author xucaiqin
-*/
-@RestController
-@RequestMapping("/kwp_ledger_trade_order")
-public class KwpLedgerTradeOrderController {
-    
-}

+ 0 - 13
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/controller/KwpLedgerTradeTrackController.java

@@ -1,13 +0,0 @@
-package com.sckw.payment.controller;
-import org.springframework.web.bind.annotation.*;
-
-/**
-* 对账-交易订单-状态信息
-*
-* @author xucaiqin
-*/
-@RestController
-@RequestMapping("/kwp_ledger_trade_track")
-public class KwpLedgerTradeTrackController {
-    
-}