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