|
|
|
@@ -183,6 +183,12 @@ public class WxPropertyContract extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "操作类型1区分租赁物业2合并租赁物业", name = "operationType") |
|
|
|
private Integer operationType; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "租金录入方式1合铺录入2分铺录入", name = "rent_input_way") |
|
|
|
private Integer rentInputWay; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "年租金调整方式1按比例2按金额", name = "adjust_ratio_way") |
|
|
|
private Integer adjustRatioWay; |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
|