|
|
|
@@ -7,6 +7,7 @@ import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.slf4j.Logger; |
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
@@ -32,6 +33,7 @@ import com.iformall.service.park.impl.BaseParkService; |
|
|
|
import com.iformall.service.park.impl.util.ParkHelper; |
|
|
|
import com.iformall.utils.car.TJDUtil; |
|
|
|
|
|
|
|
@Service |
|
|
|
public class TJDParkService extends BaseParkService implements ParkAdapterService { |
|
|
|
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|