@@ -37,8 +37,8 @@ public class PayPlatformSetting {
* 服务商ID
*/
@Schema(description = "服务商ID")
- @Column(value = "p_id")
- private Long pId;
+ @Column(value = "service_id")
+ private String serviceId;
/**
* 密钥
@@ -34,7 +34,7 @@ public class PayPlatformSettingVO implements Serializable {