| | |
| | | package org.jeecg.modules.base.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import org.jeecg.modules.base.entity.WarehouseLocation; |
| | | import org.jeecg.modules.base.mapper.WarehouseLocationMapper; |
| | | import org.jeecg.modules.base.mapper.WarehouseMapper; |
| | | import org.jeecg.modules.base.service.IWarehouseLocationService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | |
| | | /** |
| | | * @Description: mom_base_warehouse_location |