This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_freeway_move_20240701
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://192.168.11.14:51037/gitadmin/tuoheng_freeway
into feature_v1.0
tags/v1.2.0^2
chengwang
1 year ago
parent
77c9c28f7d
24fabdbaca
commit
e3b644f6f7
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/accident/AccidentTipsVo.java
+ 15
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/accident/AccidentTipsVo.java
View File
@@ -50,4 +50,19 @@ public class AccidentTipsVo {
*/
private Integer status;
/**
* 问题ID
*/
private String questionId;
/**
* 问题编码
*/
private String questionCode;
/**
* 问题名称
*/
private String questionName;
}
Write
Preview
Loading…
Cancel
Save