Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
021c7a4a
Commit
021c7a4a
authored
Mar 01, 2023
by
hanbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 策略管理-修改返回ID的字段名
parent
8c6c8443
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
IdeaPO.java
...rvice/src/main/java/net/wanji/opt/po/strategy/IdeaPO.java
+2
-0
StrategyPO.java
...e/src/main/java/net/wanji/opt/po/strategy/StrategyPO.java
+2
-0
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/po/strategy/IdeaPO.java
View file @
021c7a4a
package
net
.
wanji
.
opt
.
po
.
strategy
;
package
net
.
wanji
.
opt
.
po
.
strategy
;
import
com.fasterxml.jackson.annotation.JsonProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.Data
;
...
@@ -14,6 +15,7 @@ import java.util.Date;
...
@@ -14,6 +15,7 @@ import java.util.Date;
public
class
IdeaPO
{
public
class
IdeaPO
{
/** 方法ID */
/** 方法ID */
@ApiModelProperty
(
value
=
"方法ID"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"方法ID"
,
notes
=
""
)
@JsonProperty
(
"ideaId"
)
private
Integer
id
;
private
Integer
id
;
/** 编号 */
/** 编号 */
@ApiModelProperty
(
value
=
"编号"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"编号"
,
notes
=
""
)
...
...
signal-optimize-service/src/main/java/net/wanji/opt/po/strategy/StrategyPO.java
View file @
021c7a4a
package
net
.
wanji
.
opt
.
po
.
strategy
;
package
net
.
wanji
.
opt
.
po
.
strategy
;
import
com.fasterxml.jackson.annotation.JsonProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
lombok.Data
;
...
@@ -13,6 +14,7 @@ import java.util.Date;
...
@@ -13,6 +14,7 @@ import java.util.Date;
@Data
@Data
public
class
StrategyPO
{
public
class
StrategyPO
{
@ApiModelProperty
(
value
=
"策略ID"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"策略ID"
,
notes
=
""
)
@JsonProperty
(
"strategyId"
)
private
Integer
id
;
private
Integer
id
;
/** 编号 */
/** 编号 */
@ApiModelProperty
(
value
=
"编号"
,
notes
=
""
)
@ApiModelProperty
(
value
=
"编号"
,
notes
=
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment