|
|
|
@@ -88,6 +88,9 @@ public class WxRentPropertyContractVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "是否有工作流 1:有 0:无", name = "flowHas") |
|
|
|
private Integer flowHas; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "费用详细", name = "priceDetail") |
|
|
|
private String priceDetail; |
|
|
|
|
|
|
|
private List<Long> merchantIds; |
|
|
|
} |
|
|
|
|