|
|
@@ -4,6 +4,7 @@ import com.github.microservice.types.payment.PaymentChannelType;
|
|
|
import com.github.microservice.types.payment.PaymentType;
|
|
|
import com.zhongshu.card.client.type.paySetting.RegularType;
|
|
|
import com.zhongshu.card.client.type.paySetting.SettlementRulesType;
|
|
|
+import com.zhongshu.card.client.type.paySetting.WithdrawMethodType;
|
|
|
import com.zhongshu.card.client.type.paySetting.WithdrawType;
|
|
|
import com.zhongshu.card.server.core.domain.base.SuperMain;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
@@ -84,6 +85,9 @@ public class ProjectMainPaySetting extends SuperMain {
|
|
|
@Schema(description = "提现规则类型")
|
|
|
private WithdrawType withdrawType;
|
|
|
|
|
|
+ @Schema(description = "提现方式")
|
|
|
+ private WithdrawMethodType withdrawMethodType;
|
|
|
+
|
|
|
//---------------------------分账规则配置 start ------------
|
|
|
@Schema(description = "最小分账金额, 单位分")
|
|
|
private Long minSharing = 0L;
|