|
|
@@ -1,20 +1,20 @@
|
|
|
-package com.zhongshu.card.server.core.service.payment;
|
|
|
+package com.zhongshu.card.server.core.service.wallet;
|
|
|
|
|
|
import com.github.microservice.components.data.base.util.PageEntityUtil;
|
|
|
import com.zhongshu.card.client.model.org.UserCountModel;
|
|
|
-import com.zhongshu.card.client.model.payment.WalletModel;
|
|
|
-import com.zhongshu.card.client.model.payment.WalletRechargeModel;
|
|
|
-import com.zhongshu.card.client.model.payment.WalletRechargeParam;
|
|
|
-import com.zhongshu.card.client.model.payment.WalletRechargeSearch;
|
|
|
+import com.zhongshu.card.client.model.wallet.WalletModel;
|
|
|
+import com.zhongshu.card.client.model.wallet.WalletRechargeModel;
|
|
|
+import com.zhongshu.card.client.model.wallet.WalletRechargeParam;
|
|
|
+import com.zhongshu.card.client.model.wallet.WalletRechargeSearch;
|
|
|
import com.github.microservice.net.ResultContent;
|
|
|
import com.zhongshu.card.client.type.DataState;
|
|
|
import com.zhongshu.card.client.type.RechargeType;
|
|
|
import com.zhongshu.card.server.core.dao.org.UserCountDao;
|
|
|
-import com.zhongshu.card.server.core.dao.payment.WalletDao;
|
|
|
-import com.zhongshu.card.server.core.dao.payment.WalletRechargeDao;
|
|
|
+import com.zhongshu.card.server.core.dao.wallet.WalletDao;
|
|
|
+import com.zhongshu.card.server.core.dao.wallet.WalletRechargeDao;
|
|
|
import com.zhongshu.card.server.core.domain.org.UserAccount;
|
|
|
-import com.zhongshu.card.server.core.domain.payment.Wallet;
|
|
|
-import com.zhongshu.card.server.core.domain.payment.WalletRecharge;
|
|
|
+import com.zhongshu.card.server.core.domain.wallet.Wallet;
|
|
|
+import com.zhongshu.card.server.core.domain.wallet.WalletRecharge;
|
|
|
import com.zhongshu.card.server.core.service.base.SuperService;
|
|
|
import com.zhongshu.card.server.core.service.user.UserAccountServiceImpl;
|
|
|
import com.zhongshu.card.server.core.util.BeanUtils;
|