|
|
|
@@ -192,6 +192,10 @@ public class WxBillRent extends BaseEntity { |
|
|
|
@Transient |
|
|
|
private Long deposit; |
|
|
|
|
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "联营费率", name = "payRatio") |
|
|
|
private Long payRatio; |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
|