类型改为Integer
This commit is contained in:
@@ -103,7 +103,7 @@ public class HyPartnerIntentInfoDO implements Serializable {
|
||||
|
||||
private String acquaintanceName;
|
||||
|
||||
private String acquaintanceRelationshipType;
|
||||
private Integer acquaintanceRelationshipType;
|
||||
|
||||
private String otherRelationshipType;
|
||||
}
|
||||
@@ -85,7 +85,7 @@ public class PartnerIntentInfoRequest {
|
||||
|
||||
private String acquaintanceName;
|
||||
|
||||
private String acquaintanceRelationshipType;
|
||||
private Integer acquaintanceRelationshipType;
|
||||
|
||||
private String otherRelationshipType;
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ public class PartnerIntentInfoVO {
|
||||
|
||||
private String acquaintanceName;
|
||||
|
||||
private String acquaintanceRelationshipType;
|
||||
private Integer acquaintanceRelationshipType;
|
||||
|
||||
private String otherRelationshipType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user