This commit is contained in:
wxp01309236
2023-06-21 20:13:55 +08:00
parent b25bf8f614
commit 674e30e2dc
2 changed files with 2 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ public class HyPartnerIntentInfoServiceImpl implements HyPartnerIntentInfoServic
@Resource
HyPartnerUserInfoDAO hyPartnerUserInfoDAO;
@Resource
HyPartnerLineInfoDAO hyPartnerLineInfoDAO;
@Resource
HyPartnerBaseInfoDAO hyPartnerBaseInfoDAO;
@Resource
private RedisUtilPool redisUtilPool;

View File

@@ -1,8 +1,6 @@
package com.cool.store.service.impl;
import com.cool.store.constants.CommonConstants;
import com.cool.store.dao.HyOpenAreaInfoDAO;
import com.cool.store.dao.HyPartnerBaseInfoDAO;
import com.cool.store.dao.HyPartnerUserInfoDAO;
import com.cool.store.entity.HyOpenAreaInfoDO;
import com.cool.store.entity.HyPartnerLineInfoDO;