mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00:00
style 分账包名修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package org.dromara.daxpay.service.dao.config;
|
||||
package org.dromara.daxpay.service.dao.allocation;
|
||||
|
||||
import cn.bootx.platform.common.mybatisplus.impl.BaseManager;
|
||||
import lombok.RequiredArgsConstructor;
|
@@ -1,4 +1,4 @@
|
||||
package org.dromara.daxpay.service.dao.config;
|
||||
package org.dromara.daxpay.service.dao.allocation;
|
||||
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
@@ -38,7 +38,6 @@ public class AllocReceiverVo extends MchAppResult {
|
||||
@Schema(description = "分账接收方类型")
|
||||
private String receiverType;
|
||||
|
||||
|
||||
@Schema(description = "接收方账号")
|
||||
@SensitiveInfo
|
||||
private String receiverAccount;
|
||||
|
@@ -7,7 +7,7 @@ import cn.hutool.core.bean.copier.CopyOptions;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.dromara.daxpay.service.convert.allocation.AllocConfigConvert;
|
||||
import org.dromara.daxpay.service.dao.config.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.entity.allocation.AllocConfig;
|
||||
import org.dromara.daxpay.service.param.allocation.AllocConfigParam;
|
||||
import org.dromara.daxpay.service.result.allocation.AllocConfigResult;
|
||||
|
@@ -22,7 +22,7 @@ import org.dromara.daxpay.service.code.DaxPayCode;
|
||||
import org.dromara.daxpay.service.convert.allocation.AllocOrderConvert;
|
||||
import org.dromara.daxpay.service.dao.allocation.order.AllocDetailManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.order.AllocOrderManager;
|
||||
import org.dromara.daxpay.service.dao.config.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.entity.allocation.AllocConfig;
|
||||
import org.dromara.daxpay.service.entity.allocation.order.AllocAndDetail;
|
||||
import org.dromara.daxpay.service.entity.allocation.order.AllocDetail;
|
||||
|
@@ -18,7 +18,7 @@ import org.dromara.daxpay.service.code.DaxPayCode;
|
||||
import org.dromara.daxpay.service.common.local.PaymentContextLocal;
|
||||
import org.dromara.daxpay.service.dao.allocation.order.AllocDetailManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.order.AllocOrderManager;
|
||||
import org.dromara.daxpay.service.dao.config.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.entity.allocation.AllocConfig;
|
||||
import org.dromara.daxpay.service.entity.allocation.order.AllocDetail;
|
||||
import org.dromara.daxpay.service.entity.allocation.order.AllocOrder;
|
||||
|
@@ -7,7 +7,7 @@ import org.dromara.daxpay.core.exception.DataErrorException;
|
||||
import org.dromara.daxpay.core.exception.TradeNotExistException;
|
||||
import org.dromara.daxpay.core.param.allocation.order.AllocationParam;
|
||||
import org.dromara.daxpay.core.util.TradeNoGenerateUtil;
|
||||
import org.dromara.daxpay.service.dao.config.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.dao.allocation.AllocConfigManager;
|
||||
import org.dromara.daxpay.service.dao.order.pay.PayOrderManager;
|
||||
import org.dromara.daxpay.service.entity.allocation.AllocConfig;
|
||||
import org.dromara.daxpay.service.entity.order.pay.PayOrder;
|
||||
|
Reference in New Issue
Block a user