|
|
@ -7,6 +7,7 @@ import com.yxt.common.core.vo.PagerVo; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
import org.springframework.web.multipart.MultipartFile; |
|
|
|
|
|
|
|
import javax.validation.Valid; |
|
|
|
import java.io.IOException; |
|
|
|
import java.text.ParseException; |
|
|
|
import java.util.List; |
|
|
@ -174,4 +175,9 @@ public class BaseVehicleFeignFallback implements BaseVehicleFeign { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultBean saveCarConfigSummaryInfo(@Valid AppCarConfigSummaryDto dto) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
} |