| | |
| | | import com.ruoyi.system.api.service.RemoteUserService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.extern.log4j.Log4j2; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestMethod; |
| | |
| | | @Api(value = "员工端商户接口", tags = "员工端商户接口", description = "员工端商户接口") |
| | | @RestController |
| | | @RequestMapping("/staff/shop") |
| | | @Log4j2 |
| | | public class StaffShopController { |
| | | |
| | | @Resource |