|
|
|
@@ -74,11 +74,12 @@ public class WxAppinfo implements Serializable { |
|
|
|
/*支付ID,参看wx_pay_account**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="支付ID,参看wx_pay_account",name="payId") |
|
|
|
private Long payId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="1B端2C端",name="type") |
|
|
|
private Integer type; |
|
|
|
|
|
|
|
public String getTenantId() { |
|
|
|
return tenantId; |
|
|
|
} |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="1B端2C端",name="type") |
|
|
|
private Integer type; |
|
|
|
|
|
|
|
public void setTenantId(String _tenantId) { |
|
|
|
tenantId = _tenantId; |
|
|
|
|