类型改为Integer

This commit is contained in:
苏竹红
2023-09-15 16:34:56 +08:00
parent c62c2a5192
commit 403534f808
6 changed files with 6 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ public class HyPartnerIntentInfoDO implements Serializable {
private String acquaintanceName;
private String acquaintanceRelationshipType;
private Integer acquaintanceRelationshipType;
private String otherRelationshipType;
}

View File

@@ -85,7 +85,7 @@ public class PartnerIntentInfoRequest {
private String acquaintanceName;
private String acquaintanceRelationshipType;
private Integer acquaintanceRelationshipType;
private String otherRelationshipType;

View File

@@ -100,7 +100,7 @@ public class PartnerIntentInfoVO {
private String acquaintanceName;
private String acquaintanceRelationshipType;
private Integer acquaintanceRelationshipType;
private String otherRelationshipType;