add:方法名迁移
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@ import com.renkang.emergency.bean.response.*;
|
|||||||
import com.renkang.emergency.service.IFakerDataService;
|
import com.renkang.emergency.service.IFakerDataService;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.jeecg.common.api.dto.*;
|
import org.jeecg.common.api.dto.*;
|
||||||
import org.jeecg.common.api.dto.HouseWatchFakerData;
|
|
||||||
import org.jeecg.common.api.vo.Result;
|
import org.jeecg.common.api.vo.Result;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.validation.annotation.Validated;
|
import org.springframework.validation.annotation.Validated;
|
||||||
@@ -19,7 +18,7 @@ import java.util.List;
|
|||||||
* @author Junqiang Zhu
|
* @author Junqiang Zhu
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/housenew/fakerData")
|
@RequestMapping("/emergency/fakerData")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Validated
|
@Validated
|
||||||
public class FakerDataController {
|
public class FakerDataController {
|
||||||
|
|||||||
Reference in New Issue
Block a user