查询全部摄像头接口添加名称字段
This commit is contained in:
parent
058f14f734
commit
b93b1b262c
|
@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||
import java.util.List;
|
||||
|
||||
@RestController
|
||||
@Api("人流测试点")
|
||||
@Api(tags = "人流测试点")
|
||||
@RequestMapping("api/project/passenger")
|
||||
public class PassengerTestController {
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@ public class CameraChannelDto {
|
|||
|
||||
private String channelCode;
|
||||
|
||||
private String channelName;
|
||||
|
||||
private String gpsX;
|
||||
|
||||
private String gpsY;
|
||||
|
|
Loading…
Reference in New Issue