0.0
2 years ago
4 changed files with 5 additions and 4 deletions
@ -1,4 +1,5 @@ |
|||||||
package com.logpm.basic.driver.controller; |
package com.logpm.basic.controller; |
||||||
|
|
||||||
|
|
||||||
import io.swagger.annotations.Api; |
import io.swagger.annotations.Api; |
||||||
import lombok.AllArgsConstructor; |
import lombok.AllArgsConstructor; |
@ -1,4 +1,4 @@ |
|||||||
package com.logpm.basic.equipment.forklift.controller; |
package com.logpm.basic.controller; |
||||||
|
|
||||||
import lombok.AllArgsConstructor; |
import lombok.AllArgsConstructor; |
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
@ -1,4 +1,4 @@ |
|||||||
package com.logpm.basic.goodstrain.controller; |
package com.logpm.basic.controller; |
||||||
|
|
||||||
import lombok.AllArgsConstructor; |
import lombok.AllArgsConstructor; |
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
@ -1,4 +1,4 @@ |
|||||||
package com.logpm.basic.equipment.pad.controller; |
package com.logpm.basic.controller; |
||||||
|
|
||||||
import lombok.AllArgsConstructor; |
import lombok.AllArgsConstructor; |
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
Loading…
Reference in new issue