package com.order.erp.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * 用户订单操作日志表(OrderOptLog)表控制层 * * @author makejava * @since 2023-09-08 15:26:46 */ @RestController @RequestMapping("/gwms/xxx") public class OrderOptLogController { }