南歧nc65对接修改

This commit is contained in:
hjx
2025-12-06 21:57:17 +08:00
parent 7ff3054dc9
commit 8527d24d48
9 changed files with 121 additions and 22 deletions
@@ -1025,7 +1025,7 @@ public class UserShipperApplicationService {
}
public UserShipperPo getShipperSummaryData(Long userId) {
public com.mhd.common.core.domain.po.UserShipperPo getShipperSummaryData(Long userId) {
return userShipperDomainService.getShipperSummaryData(userId);
}
}