|
@@ -1,21 +1,19 @@
|
|
|
package com.chelvc.cloud.maintain.controller;
|
|
|
|
|
|
-import com.chelvc.cloud.maintain.copier.UserCopier;
|
|
|
-import com.chelvc.cloud.maintain.vo.UserVO;
|
|
|
-import com.chelvc.cloud.uc.api.dto.UserDTO;
|
|
|
-import com.chelvc.cloud.uc.api.param.UserModifyParam;
|
|
|
-import com.chelvc.cloud.uc.api.service.UserService;
|
|
|
import com.chelvc.cloud.vehicle.api.dto.CommentDTO;
|
|
|
import com.chelvc.cloud.vehicle.api.param.CommentModifyParam;
|
|
|
import com.chelvc.cloud.vehicle.api.param.CommentPagingParam;
|
|
|
import com.chelvc.cloud.vehicle.api.service.CommentService;
|
|
|
-import com.chelvc.cloud.vehicle.server.copier.CommentCopier;
|
|
|
import com.chelvc.framework.base.annotation.UnifiedResponseBody;
|
|
|
import com.chelvc.framework.base.model.Pagination;
|
|
|
import com.chelvc.framework.base.util.ErrorUtils;
|
|
|
import org.apache.dubbo.config.annotation.DubboReference;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
+import org.springframework.web.bind.annotation.GetMapping;
|
|
|
+import org.springframework.web.bind.annotation.PathVariable;
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
|
+import org.springframework.web.bind.annotation.RequestBody;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import javax.validation.Valid;
|
|
|
import javax.validation.constraints.Min;
|