Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
c7c237c0
Commit
c7c237c0
authored
Jul 11, 2022
by
heyanou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
effc20c7
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
49 additions
and
23 deletions
+49
-23
WxHardwareDeviceSnTicketService.java
...ice/snTicket/service/WxHardwareDeviceSnTicketService.java
+2
-1
WxHardwareDeviceSnTicketServiceImpl.java
...ket/service/impl/WxHardwareDeviceSnTicketServiceImpl.java
+2
-1
WxXcxImgAiCropService.java
...guang/wxxcx/img/aiCrop/service/WxXcxImgAiCropService.java
+3
-3
WxXcxImgAiCropServiceImpl.java
...cx/img/aiCrop/service/impl/WxXcxImgAiCropServiceImpl.java
+3
-3
WxImgScanQrCodeDataRequest.java
...uang/wxxcx/img/scanOrcode/WxImgScanQrCodeDataRequest.java
+0
-2
WxXcxImgScanQrCodeService.java
...xcx/img/scanOrcode/service/WxXcxImgScanQrCodeService.java
+3
-3
WxXcxImgScanQrCodeServiceImpl.java
...canOrcode/service/impl/WxXcxImgScanQrCodeServiceImpl.java
+3
-3
WxXcxImgSuperresolutionService.java
...perresolution/service/WxXcxImgSuperresolutionService.java
+2
-2
WxXcxImgSuperresolutionServiceImpl.java
...tion/service/impl/WxXcxImgSuperresolutionServiceImpl.java
+2
-2
WxLiveBroadcastImportGoodsServiceImpl.java
...s/service/impl/WxLiveBroadcastImportGoodsServiceImpl.java
+26
-0
WxLogisticsGetAllDeliveryDataRes.java
.../logistics/delivery/WxLogisticsGetAllDeliveryDataRes.java
+1
-2
LogisticsDelivery.java
...com/yanzuoguang/wxxcx/logistics/vo/LogisticsDelivery.java
+2
-1
No files found.
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/hardwareDevice/snTicket/service/WxHardwareDeviceSnTicketService.java
View file @
c7c237c0
...
@@ -4,6 +4,7 @@ package com.yanzuoguang.wxxcx.hardwareDevice.snTicket.service;
...
@@ -4,6 +4,7 @@ package com.yanzuoguang.wxxcx.hardwareDevice.snTicket.service;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataReq
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataReq
;
import
com.yanzuoguang.wxxcx.hardwareDevice.send.WxHardwareDeviceDataRes
;
import
com.yanzuoguang.wxxcx.hardwareDevice.send.WxHardwareDeviceDataRes
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataRes
;
/**
/**
*
*
...
@@ -18,5 +19,5 @@ public interface WxHardwareDeviceSnTicketService {
...
@@ -18,5 +19,5 @@ public interface WxHardwareDeviceSnTicketService {
* @param req 请求数据
* @param req 请求数据
* @return 返回结果集
* @return 返回结果集
*/
*/
WxHardwareDeviceDataRes
getSnTicket
(
WxXcxAccessToken
accessToken
,
WxHardwareDeviceSnTicketDataReq
req
);
WxHardwareDevice
SnTicket
DataRes
getSnTicket
(
WxXcxAccessToken
accessToken
,
WxHardwareDeviceSnTicketDataReq
req
);
}
}
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/hardwareDevice/snTicket/service/impl/WxHardwareDeviceSnTicketServiceImpl.java
View file @
c7c237c0
...
@@ -7,6 +7,7 @@ import com.yanzuoguang.wxxcx.base.WxXcxRequest;
...
@@ -7,6 +7,7 @@ import com.yanzuoguang.wxxcx.base.WxXcxRequest;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataReq
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataReq
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataRequest
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataRequest
;
import
com.yanzuoguang.wxxcx.hardwareDevice.send.WxHardwareDeviceDataRes
;
import
com.yanzuoguang.wxxcx.hardwareDevice.send.WxHardwareDeviceDataRes
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.WxHardwareDeviceSnTicketDataRes
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.service.WxHardwareDeviceSnTicketService
;
import
com.yanzuoguang.wxxcx.hardwareDevice.snTicket.service.WxHardwareDeviceSnTicketService
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
...
@@ -26,7 +27,7 @@ public class WxHardwareDeviceSnTicketServiceImpl implements WxHardwareDeviceSnTi
...
@@ -26,7 +27,7 @@ public class WxHardwareDeviceSnTicketServiceImpl implements WxHardwareDeviceSnTi
}
}
@Override
@Override
public
WxHardwareDeviceDataRes
getSnTicket
(
WxXcxAccessToken
accessToken
,
WxHardwareDeviceSnTicketDataReq
req
)
{
public
WxHardwareDevice
SnTicket
DataRes
getSnTicket
(
WxXcxAccessToken
accessToken
,
WxHardwareDeviceSnTicketDataReq
req
)
{
WxHardwareDeviceSnTicketDataRequest
snticketRequest
=
new
WxHardwareDeviceSnTicketDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
WxHardwareDeviceSnTicketDataRequest
snticketRequest
=
new
WxHardwareDeviceSnTicketDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
return
snticketRequest
.
getResponse
();
return
snticketRequest
.
getResponse
();
}
}
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/aiCrop/service/WxXcxImgAiCropService.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
img
.
aiCrop
.
service
;
package
com
.
yanzuoguang
.
wxxcx
.
img
.
aiCrop
.
service
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.img.
req.WxImg
DataReq
;
import
com.yanzuoguang.wxxcx.img.
aiCrop.WxImgAiCrop
DataReq
;
import
com.yanzuoguang.wxxcx.img.
superresolution.WxImgSuperresolution
DataRes
;
import
com.yanzuoguang.wxxcx.img.
aiCrop.WxImgAiCrop
DataRes
;
/**
/**
*
*
...
@@ -18,5 +18,5 @@ public interface WxXcxImgAiCropService {
...
@@ -18,5 +18,5 @@ public interface WxXcxImgAiCropService {
* @param req
* @param req
* @return
* @return
*/
*/
WxImg
SuperresolutionDataRes
aiCrop
(
WxXcxAccessToken
accessToken
,
WxImg
DataReq
req
);
WxImg
AiCropDataRes
aiCrop
(
WxXcxAccessToken
accessToken
,
WxImgAiCrop
DataReq
req
);
}
}
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/aiCrop/service/impl/WxXcxImgAiCropServiceImpl.java
View file @
c7c237c0
...
@@ -3,9 +3,9 @@ package com.yanzuoguang.wxxcx.img.aiCrop.service.impl;
...
@@ -3,9 +3,9 @@ package com.yanzuoguang.wxxcx.img.aiCrop.service.impl;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.img.req.WxImgDataReq
;
import
com.yanzuoguang.wxxcx.img.aiCrop.WxImgAiCropDataReq
;
import
com.yanzuoguang.wxxcx.img.aiCrop.WxImgAiCropDataRes
;
import
com.yanzuoguang.wxxcx.img.aiCrop.WxImgAiCropDataRequest
;
import
com.yanzuoguang.wxxcx.img.aiCrop.WxImgAiCropDataRequest
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.aiCrop.service.WxXcxImgAiCropService
;
import
com.yanzuoguang.wxxcx.img.aiCrop.service.WxXcxImgAiCropService
;
/**
/**
...
@@ -26,7 +26,7 @@ public class WxXcxImgAiCropServiceImpl implements WxXcxImgAiCropService {
...
@@ -26,7 +26,7 @@ public class WxXcxImgAiCropServiceImpl implements WxXcxImgAiCropService {
@Override
@Override
public
WxImg
SuperresolutionDataRes
aiCrop
(
WxXcxAccessToken
accessToken
,
WxImg
DataReq
req
)
{
public
WxImg
AiCropDataRes
aiCrop
(
WxXcxAccessToken
accessToken
,
WxImgAiCrop
DataReq
req
)
{
WxImgAiCropDataRequest
aiCropRequest
=
new
WxImgAiCropDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
WxImgAiCropDataRequest
aiCropRequest
=
new
WxImgAiCropDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
return
aiCropRequest
.
getResponse
();
return
aiCropRequest
.
getResponse
();
}
}
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/scanOrcode/WxImgScanQrCodeDataRequest.java
View file @
c7c237c0
...
@@ -3,8 +3,6 @@ package com.yanzuoguang.wxxcx.img.scanOrcode;
...
@@ -3,8 +3,6 @@ package com.yanzuoguang.wxxcx.img.scanOrcode;
import
com.alibaba.fastjson.TypeReference
;
import
com.alibaba.fastjson.TypeReference
;
import
com.yanzuoguang.util.helper.HttpHelper
;
import
com.yanzuoguang.util.helper.HttpHelper
;
import
com.yanzuoguang.util.helper.JsonHelper
;
import
com.yanzuoguang.util.helper.JsonHelper
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.req.WxImgDataReq
;
import
com.yanzuoguang.wxxcx.base.*
;
import
com.yanzuoguang.wxxcx.base.*
;
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/scanOrcode/service/WxXcxImgScanQrCodeService.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
img
.
scanOrcode
.
service
;
package
com
.
yanzuoguang
.
wxxcx
.
img
.
scanOrcode
.
service
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.img.
req.WxImg
DataReq
;
import
com.yanzuoguang.wxxcx.img.
scanOrcode.WxImgScanOrCode
DataReq
;
import
com.yanzuoguang.wxxcx.img.s
uperresolution.WxImgSuperresolution
DataRes
;
import
com.yanzuoguang.wxxcx.img.s
canOrcode.WxImgScanOrCode
DataRes
;
/**
/**
*
*
...
@@ -18,5 +18,5 @@ public interface WxXcxImgScanQrCodeService {
...
@@ -18,5 +18,5 @@ public interface WxXcxImgScanQrCodeService {
* @param req
* @param req
* @return
* @return
*/
*/
WxImgS
uperresolutionDataRes
scanQRCode
(
WxXcxAccessToken
accessToken
,
WxImg
DataReq
req
);
WxImgS
canOrCodeDataRes
scanQRCode
(
WxXcxAccessToken
accessToken
,
WxImgScanOrCode
DataReq
req
);
}
}
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/scanOrcode/service/impl/WxXcxImgScanQrCodeServiceImpl.java
View file @
c7c237c0
...
@@ -3,9 +3,9 @@ package com.yanzuoguang.wxxcx.img.scanOrcode.service.impl;
...
@@ -3,9 +3,9 @@ package com.yanzuoguang.wxxcx.img.scanOrcode.service.impl;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.img.req.WxImgDataReq
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.WxImgScanOrCodeDataReq
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.WxImgScanOrCodeDataRes
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.WxImgScanQrCodeDataRequest
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.WxImgScanQrCodeDataRequest
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.service.WxXcxImgScanQrCodeService
;
import
com.yanzuoguang.wxxcx.img.scanOrcode.service.WxXcxImgScanQrCodeService
;
/**
/**
...
@@ -24,7 +24,7 @@ public class WxXcxImgScanQrCodeServiceImpl implements WxXcxImgScanQrCodeService
...
@@ -24,7 +24,7 @@ public class WxXcxImgScanQrCodeServiceImpl implements WxXcxImgScanQrCodeService
}
}
@Override
@Override
public
WxImgS
uperresolutionDataRes
scanQRCode
(
WxXcxAccessToken
accessToken
,
WxImg
DataReq
req
)
{
public
WxImgS
canOrCodeDataRes
scanQRCode
(
WxXcxAccessToken
accessToken
,
WxImgScanOrCode
DataReq
req
)
{
WxImgScanQrCodeDataRequest
scanQRCodeRequest
=
new
WxImgScanQrCodeDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
WxImgScanQrCodeDataRequest
scanQRCodeRequest
=
new
WxImgScanQrCodeDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
return
scanQRCodeRequest
.
getResponse
();
return
scanQRCodeRequest
.
getResponse
();
}
}
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/superresolution/service/WxXcxImgSuperresolutionService.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
img
.
superresolution
.
service
;
package
com
.
yanzuoguang
.
wxxcx
.
img
.
superresolution
.
service
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.img.
req.WxImg
DataReq
;
import
com.yanzuoguang.wxxcx.img.
superresolution.WxImgSuperresolution
DataReq
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
/**
/**
...
@@ -16,5 +16,5 @@ public interface WxXcxImgSuperresolutionService {
...
@@ -16,5 +16,5 @@ public interface WxXcxImgSuperresolutionService {
* @param req
* @param req
* @return
* @return
*/
*/
WxImgSuperresolutionDataRes
superresolution
(
WxXcxAccessToken
accessToken
,
WxImgDataReq
req
);
WxImgSuperresolutionDataRes
superresolution
(
WxXcxAccessToken
accessToken
,
WxImg
Superresolution
DataReq
req
);
}
}
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/img/superresolution/service/impl/WxXcxImgSuperresolutionServiceImpl.java
View file @
c7c237c0
...
@@ -3,7 +3,7 @@ package com.yanzuoguang.wxxcx.img.superresolution.service.impl;
...
@@ -3,7 +3,7 @@ package com.yanzuoguang.wxxcx.img.superresolution.service.impl;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.img.
req.WxImg
DataReq
;
import
com.yanzuoguang.wxxcx.img.
superresolution.WxImgSuperresolution
DataReq
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRequest
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRequest
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.superresolution.WxImgSuperresolutionDataRes
;
import
com.yanzuoguang.wxxcx.img.superresolution.service.WxXcxImgSuperresolutionService
;
import
com.yanzuoguang.wxxcx.img.superresolution.service.WxXcxImgSuperresolutionService
;
...
@@ -25,7 +25,7 @@ public class WxXcxImgSuperresolutionServiceImpl implements WxXcxImgSuperresoluti
...
@@ -25,7 +25,7 @@ public class WxXcxImgSuperresolutionServiceImpl implements WxXcxImgSuperresoluti
}
}
@Override
@Override
public
WxImgSuperresolutionDataRes
superresolution
(
WxXcxAccessToken
accessToken
,
WxImgDataReq
req
)
{
public
WxImgSuperresolutionDataRes
superresolution
(
WxXcxAccessToken
accessToken
,
WxImg
Superresolution
DataReq
req
)
{
WxImgSuperresolutionDataRequest
superresolutionRequest
=
new
WxImgSuperresolutionDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
WxImgSuperresolutionDataRequest
superresolutionRequest
=
new
WxImgSuperresolutionDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
return
superresolutionRequest
.
getResponse
();
return
superresolutionRequest
.
getResponse
();
}
}
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/liveBroadcast/goods/service/impl/WxLiveBroadcastImportGoodsServiceImpl.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
liveBroadcast
.
goods
.
service
.
impl
;
package
com
.
yanzuoguang
.
wxxcx
.
liveBroadcast
.
goods
.
service
.
impl
;
import
com.yanzuoguang.wxxcx.base.WxXcxAccessToken
;
import
com.yanzuoguang.wxxcx.base.WxXcxConfig
;
import
com.yanzuoguang.wxxcx.base.WxXcxRequest
;
import
com.yanzuoguang.wxxcx.liveBroadcast.goods.req.WxLiveBroadcastImportGoodsDataReq
;
import
com.yanzuoguang.wxxcx.liveBroadcast.goods.request.WxLiveBroadcastImportGoodsDataRequest
;
import
com.yanzuoguang.wxxcx.liveBroadcast.goods.res.WxLiveBroadcastImportGoodsDataRes
;
import
com.yanzuoguang.wxxcx.liveBroadcast.goods.service.WxLiveBroadcastImportGoodsService
;
import
com.yanzuoguang.wxxcx.liveBroadcast.goods.service.WxLiveBroadcastImportGoodsService
;
import
org.springframework.stereotype.Component
;
/***
/***
* 获取直播间列表和回放
* 获取直播间列表和回放
*调用额度:100000次/一天
*调用额度:100000次/一天
* @author:heyanou
* @author:heyanou
*/
*/
@Component
public
class
WxLiveBroadcastImportGoodsServiceImpl
implements
WxLiveBroadcastImportGoodsService
{
public
class
WxLiveBroadcastImportGoodsServiceImpl
implements
WxLiveBroadcastImportGoodsService
{
private
final
WxXcxConfig
wxXcxConfig
;
private
final
WxXcxRequest
wxXcxRequest
;
public
WxLiveBroadcastImportGoodsServiceImpl
(
WxXcxConfig
wxXcxConfig
,
WxXcxRequest
wxXcxRequest
)
{
this
.
wxXcxConfig
=
wxXcxConfig
;
this
.
wxXcxRequest
=
wxXcxRequest
;
}
/**
*<b>获取直播间列表和回放</b>
* @param accessToken 传输带的指令牌
* @param req 请求数据
* @return 返回结果集
*/
@Override
public
WxLiveBroadcastImportGoodsDataRes
importGoods
(
WxXcxAccessToken
accessToken
,
WxLiveBroadcastImportGoodsDataReq
req
){
WxLiveBroadcastImportGoodsDataRequest
liveBroadcastPushGoodsDataRequest
=
new
WxLiveBroadcastImportGoodsDataRequest
(
wxXcxConfig
,
wxXcxRequest
,
accessToken
,
req
);
return
liveBroadcastPushGoodsDataRequest
.
getResponse
();
}
}
}
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/logistics/delivery/WxLogisticsGetAllDeliveryDataRes.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
logistics
.
delivery
;
package
com
.
yanzuoguang
.
wxxcx
.
logistics
.
delivery
;
import
com.yanzuoguang.wxxcx.logistics.vo.LogisticsAccount
;
import
com.yanzuoguang.wxxcx.auth.logistics.vo.LogisticsDelivery
;
import
com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError
;
import
com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError
;
import
com.yanzuoguang.wxxcx.logistics.vo.LogisticsDelivery
;
import
java.util.List
;
import
java.util.List
;
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/logistics/vo/LogisticsDelivery.java
View file @
c7c237c0
package
com
.
yanzuoguang
.
wxxcx
.
auth
.
logistics
.
vo
;
package
com
.
yanzuoguang
.
wxxcx
.
logistics
.
vo
;
import
java.util.List
;
import
java.util.List
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment