|
@@ -1,5 +1,6 @@
|
|
|
package com.its.op.controller.its.vds;
|
|
|
|
|
|
+import com.its.op.dto.its.common.NewIdLongDto;
|
|
|
import com.its.op.dto.its.common.NewIdStringDto;
|
|
|
import com.its.op.dto.its.vds.TbVdsCtlrDto;
|
|
|
import com.its.op.service.its.vds.TbVdsCtlrService;
|
|
@@ -47,7 +48,7 @@ public class TbVdsCtlrController {
|
|
|
|
|
|
@ApiOperation(value = "신규 VDS 제어기 ID 조회(TB_VDS_CTLR)", response = NewIdStringDto.class)
|
|
|
@GetMapping(value = "/new-id", produces = {"application/json; charset=utf8"})
|
|
|
- public NewIdStringDto getNewNmbr() {
|
|
|
+ public NewIdLongDto getNewNmbr() {
|
|
|
return this.service.getNewNmbr();
|
|
|
}
|
|
|
|