|
@@ -9,6 +9,10 @@ import com.jkcredit.invoice.service.customer.CustomerRechargeService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+/**
|
|
|
+ * 客户充值记录接口实现类
|
|
|
+ * @author mumuxigua
|
|
|
+ */
|
|
|
@Service("customerRechargeService")
|
|
|
public class CustomerRechargeServiceImpl extends ServiceImpl<CustomerRechargeMapper, CustomerRecharge> implements CustomerRechargeService {
|
|
|
@Autowired
|