Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
caoyan
2019-02-19 10:43:35 +0800
Commit
6eceaaa7686bc56519faa0d32f8d0a53a99d87a0
1 parent
4ac3b10b
物权转移
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
product/src/main/java/com/yohoufo/product/response/IdentifyTrackResp.java
product/src/main/java/com/yohoufo/product/response/ProductIdentifyResp.java
product/src/main/java/com/yohoufo/product/response/IdentifyTrackResp.java
View file @
6eceaaa
...
...
@@ -13,4 +13,5 @@ public class IdentifyTrackResp {
private
Integer
type
;
//1:鉴定信息 2:EX主人 3:现主人 4:申请人
private
String
message
;
private
String
tip
;
private
int
authorType
=
1
;
//1:有货用户
}
...
...
product/src/main/java/com/yohoufo/product/response/ProductIdentifyResp.java
View file @
6eceaaa
...
...
@@ -20,5 +20,4 @@ public class ProductIdentifyResp {
private
String
identifyUserName
;
//鉴定师名字
private
Integer
applyStatus
;
//申请物权转移状态
private
String
currentOwner
;
//当前物权所有人
private
int
authorType
=
1
;
//1:有货用户
}
...
...
Please
register
or
login
to post a comment