Package com.bytedesk.wechat.pay
Class WeChatPayEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.wechat.pay.WeChatPayEntity
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
name
Name of the WeChat Pay configuration
-
-
Constructor Details
-
WeChatPayEntity
public WeChatPayEntity()
-