BuildingAttrib 수정
This commit is contained in:
@@ -27,10 +27,10 @@ public class BuildingAttrib extends DynamoDBAttribBase{
|
||||
|
||||
@JsonProperty("owner_user_guid")
|
||||
private String ownerUserGuid;
|
||||
|
||||
private String RentalCurrencyType;
|
||||
|
||||
private Double RentalCurrencyAmount;
|
||||
|
||||
private String IsRentalOpen;
|
||||
@JsonProperty("RentalCurrencyType")
|
||||
private String rentalCurrencyType;
|
||||
@JsonProperty("RentalCurrencyAmount")
|
||||
private Double rentalCurrencyAmount;
|
||||
@JsonProperty("IsRentalOpen")
|
||||
private String isRentalOpen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user