| | |
| | | import com.java110.acct.bmo.shopVipAccountDetail.IGetShopVipAccountDetailBMO; |
| | | import com.java110.acct.bmo.shopVipAccountDetail.ISaveShopVipAccountDetailBMO; |
| | | import com.java110.acct.bmo.shopVipAccountDetail.IUpdateShopVipAccountDetailBMO; |
| | | import com.java110.dto.shopVipAccount.ShopVipAccountDto; |
| | | import com.java110.dto.shopVipAccountDetail.ShopVipAccountDetailDto; |
| | | import com.java110.po.shopVipAccount.ShopVipAccountPo; |
| | | import com.java110.po.shopVipAccountDetail.ShopVipAccountDetailPo; |
| | | import com.java110.dto.shop.ShopVipAccountDto; |
| | | import com.java110.dto.shop.ShopVipAccountDetailDto; |
| | | import com.java110.po.shop.ShopVipAccountPo; |
| | | import com.java110.po.shop.ShopVipAccountDetailPo; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | shopVipAccountDetailDto.setShopId(shopId); |
| | | return getShopVipAccountDetailBMOImpl.get(shopVipAccountDetailDto); |
| | | } |
| | | |
| | | |
| | | |
| | | } |