Class WeChatPayEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.wechat.pay.WeChatPayEntity
All Implemented Interfaces:
Serializable

@Entity public class WeChatPayEntity extends BaseEntity
WeChat payment entity for managing WeChat Pay integration Handles WeChat Pay configurations and payment processing settings Database Table: bytedesk_channel_wechat_pay Purpose: Stores WeChat Pay configurations and payment-related settings
See Also:
  • Field Details

    • name

      private String name
      Name of the WeChat Pay configuration
  • Constructor Details

    • WeChatPayEntity

      public WeChatPayEntity()