|
@@ -33,7 +33,7 @@ public class TbScSgnlCtlrPhaseDto implements Serializable {
|
|
|
@JsonProperty("spcl_cntl")
|
|
|
private Integer spclCntl;
|
|
|
|
|
|
- @ApiModelProperty("A링 방향 코드")
|
|
|
+ @ApiModelProperty("A링 방향 코드(1:직진,2:좌회전,5:보행자 ==> 2:직진,1:좌회전,5:보행자::평택)")
|
|
|
@JsonProperty("dir_a")
|
|
|
private Integer dirA;
|
|
|
|
|
@@ -45,7 +45,7 @@ public class TbScSgnlCtlrPhaseDto implements Serializable {
|
|
|
@JsonProperty("deg_ao")
|
|
|
private Integer degAO;
|
|
|
|
|
|
- @ApiModelProperty("B링 방향 코드")
|
|
|
+ @ApiModelProperty("B링 방향 코드(1:직진,2:좌회전,5:보행자 ==> 2:직진,1:좌회전,5:보행자::평택)")
|
|
|
@JsonProperty("dir_b")
|
|
|
private Integer dirB;
|
|
|
|