Authored by caoyan

物权转移

... ... @@ -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:有货用户
}
... ...
... ... @@ -20,5 +20,4 @@ public class ProductIdentifyResp {
private String identifyUserName;//鉴定师名字
private Integer applyStatus;//申请物权转移状态
private String currentOwner;//当前物权所有人
private int authorType=1;//1:有货用户
}
... ...