|
|
|
@ -4,6 +4,7 @@ import cn.hutool.core.collection.CollectionUtil; |
|
|
|
|
import cn.hutool.core.date.DateUtil; |
|
|
|
|
import cn.hutool.core.util.ObjectUtil; |
|
|
|
|
import cn.hutool.core.util.RandomUtil; |
|
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
|
import com.dxhy.order.baseservice.module.buyer.model.BuyerEntity; |
|
|
|
|
import com.dxhy.order.baseservice.module.buyer.protocol.GmfxxCommonBO; |
|
|
|
|
import com.dxhy.order.baseservice.module.buyer.protocol.GmfxxtbReqBO; |
|
|
|
@ -3581,6 +3582,7 @@ public class BeanTransitionUtils { |
|
|
|
|
ddzxxList.add(ddzxxBO); |
|
|
|
|
ddpcxxReqBO.setDDPCXX(ddpcxxBO); |
|
|
|
|
ddpcxxReqBO.setDDZXX(ddzxxList); |
|
|
|
|
log.info("转换后的DdpcxxReqBO:{}", JSONObject.toJSONString(ddpcxxReqBO)); |
|
|
|
|
return ddpcxxReqBO; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|