xiaoyong931011
2022-12-21 1b394b961e92e4b2f81023e55b6af6e30b830e86
src/main/java/cc/mrbird/febs/mall/service/IAdminMallOrderService.java
@@ -66,4 +66,8 @@
    FebsResponse showStateSwitchOn(Long id);
    FebsResponse showStateSwitchOff(Long id);
    FebsResponse delOrder(Long id);
    FebsResponse takeGoods(Long id);
}