Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform
Commits
574e1a02
Commit
574e1a02
authored
May 07, 2020
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车辆信息接口
parent
6088e6f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
AddOrUpdateVehicleVo.java
.../com/xxfc/platform/vehicle/pojo/AddOrUpdateVehicleVo.java
+3
-0
ResultVehicleVo.java
.../java/com/xxfc/platform/vehicle/pojo/ResultVehicleVo.java
+4
-0
VehicleMapper.xml
...ehicle-server/src/main/resources/mapper/VehicleMapper.xml
+1
-0
No files found.
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/pojo/AddOrUpdateVehicleVo.java
View file @
574e1a02
...
@@ -171,4 +171,7 @@ public class AddOrUpdateVehicleVo {
...
@@ -171,4 +171,7 @@ public class AddOrUpdateVehicleVo {
* 电子保单
* 电子保单
*/
*/
private
String
insurancePDF
;
private
String
insurancePDF
;
//可用会员类型
private
Integer
memberUse
;
}
}
\ No newline at end of file
xx-vehicle/xx-vehicle-api/src/main/java/com/xxfc/platform/vehicle/pojo/ResultVehicleVo.java
View file @
574e1a02
...
@@ -181,4 +181,8 @@ public class ResultVehicleVo {
...
@@ -181,4 +181,8 @@ public class ResultVehicleVo {
private
Date
receiveTime
;
private
Date
receiveTime
;
private
Integer
modelId
;
private
Integer
modelId
;
//可用会员类型
private
Integer
memberUse
;
}
}
\ No newline at end of file
xx-vehicle/xx-vehicle-server/src/main/resources/mapper/VehicleMapper.xml
View file @
574e1a02
...
@@ -70,6 +70,7 @@
...
@@ -70,6 +70,7 @@
v.receive_time,
v.receive_time,
v.update_time,
v.update_time,
v.model_id,
v.model_id,
v.member_use,
v.mileage_last_update as mileage,
v.mileage_last_update as mileage,
c.val as useTypeName,
c.val as useTypeName,
vm.name as vehicleType
vm.name as vehicleType
...
...
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