| | |
| | | import com.ruoyi.management.domain.dto.StoreManagementDTO; |
| | | import com.ruoyi.management.domain.dto.StoreManagementQuery; |
| | | import com.ruoyi.management.service.SlStoreManagementService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.ApiParam; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/sl-store-management") |
| | | @Api(value = "仓库管理接口", tags = "仓库管理接口", description = "仓库管理接口") |
| | | public class SlStoreManagementController { |
| | | @Resource |
| | | private SlStoreManagementService slStoreManagementService; |