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