jiangqs
2023-04-18 f447868093762215a5a6cedc740f14822701a705
hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/ShopTransferRecordServiceImpl.java
@@ -1,8 +1,8 @@
package com.hrt.system.service.impl;
import com.hrt.system.domain.poji.ShopTransferRecord;
import com.hrt.system.mapper.ShopTransferRecordMapper;
import com.hrt.system.service.ShopTransferRecordService;
import com.hrt.system.domain.poji.shop.ShopTransferRecord;
import com.hrt.system.mapper.shop.ShopTransferRecordMapper;
import com.hrt.system.service.shop.ShopTransferRecordService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;