Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lingxi-lxy-yanshou
Project
Project
Details
Activity
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
后端-黄柯铭
lingxi-lxy-yanshou
Commits
c10029ec
Commit
c10029ec
authored
Aug 05, 2021
by
xyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
65fe85a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
Inquiry.java
.../main/java/com/ssy/lingxi/transaction/entity/Inquiry.java
+6
-6
ShopInquiryListResponse.java
...transaction/api/dto/response/ShopInquiryListResponse.java
+12
-2
No files found.
transaction-service/src/main/java/com/ssy/lingxi/transaction/entity/Inquiry.java
View file @
c10029ec
...
...
@@ -47,22 +47,22 @@ public class Inquiry {
private
String
phoneCode
;
/**
* 被询价会员
* 被询价会员
id
*/
private
String
memberName
;
private
Long
memberId
;
/**
* 被询价会员
id
* 被询价会员
名称
*/
private
Long
memberId
;
private
String
memberName
;
/**
* 被询价会员id
* 被询价会员
角色
id
*/
private
Long
memberRoleId
;
/**
* 被询价会员
id
* 被询价会员
角色名称
*/
private
String
memberRoleName
;
...
...
transaction-service/transaction-service-api/src/main/java/com/ssy/lingxi/transaction/api/dto/response/ShopInquiryListResponse.java
View file @
c10029ec
...
...
@@ -21,14 +21,24 @@ public class ShopInquiryListResponse {
private
String
details
;
/**
* 被询价会员id
*/
private
Long
memberId
;
/**
* 被询价会员
*/
private
String
memberName
;
/**
* 被询价会员id
* 被询价会员
角色
id
*/
private
Long
memberId
;
private
Long
memberRoleId
;
/**
* 被询价会员角色名称
*/
private
String
memberRoleName
;
/**
* 交付日期
...
...
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