|
@@ -355,4 +355,10 @@ public class CorpsDesc implements Serializable {
|
|
|
@ApiModelProperty(value = "大屏获取地址数据")
|
|
@ApiModelProperty(value = "大屏获取地址数据")
|
|
|
private String addressLatLng;
|
|
private String addressLatLng;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 信用等级
|
|
|
|
|
+ */
|
|
|
|
|
+ @ApiModelProperty(value = "信用等级")
|
|
|
|
|
+ private String creditRating;
|
|
|
|
|
+
|
|
|
}
|
|
}
|