|
|
|
@@ -40,8 +40,6 @@ public class WxAppinfo extends BaseTenantEntity { |
|
|
|
private Integer type; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="支付ID,参看wx_pay_account_bill",name="payBillId") |
|
|
|
private Long payBillId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="集团支持(0:不支持,1支持)",name="groupSupport") |
|
|
|
private Integer groupSupport; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="是否启用(0:启用,1禁用)",name="enable") |
|
|
|
private Integer enable; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="app平台 EnumAppPlat ",name="plat") |
|
|
|
|