|
@@ -16,7 +16,7 @@ import com.ruoyi.base.service.IBaseLocationZoneService;
|
|
|
|
|
|
|
|
|
|
* 库区Service业务层处理
|
|
* 库区Service业务层处理
|
|
- *
|
|
+ *
|
|
* @author andy
|
|
* @author andy
|
|
* @date 2022-02-15
|
|
* @date 2022-02-15
|
|
*/
|
|
*/
|
|
@@ -28,7 +28,7 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
|
|
|
|
|
|
|
|
* 查询库区
|
|
* 查询库区
|
|
- *
|
|
+ *
|
|
* @param zoneId 库区主键
|
|
* @param zoneId 库区主键
|
|
* @return 库区
|
|
* @return 库区
|
|
*/
|
|
*/
|
|
@@ -40,7 +40,7 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
|
|
|
|
|
|
|
|
* 查询库区列表
|
|
* 查询库区列表
|
|
- *
|
|
+ *
|
|
* @param baseLocationZone 库区
|
|
* @param baseLocationZone 库区
|
|
* @return 库区
|
|
* @return 库区
|
|
*/
|
|
*/
|
|
@@ -50,9 +50,21 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
return baseLocationZoneMapper.selectBaseLocationZoneList(baseLocationZone);
|
|
return baseLocationZoneMapper.selectBaseLocationZoneList(baseLocationZone);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+ * pda查询库区列表
|
|
|
|
+ *
|
|
|
|
+ * @param baseLocationZone 库区
|
|
|
|
+ * @return 库区
|
|
|
|
+ */
|
|
|
|
+ @Override
|
|
|
|
+ public List<BaseLocationZone> selectBaseLocationZoneList1(BaseLocationZone baseLocationZone)
|
|
|
|
+ {
|
|
|
|
+ return baseLocationZoneMapper.selectBaseLocationZoneList1(baseLocationZone);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
* 新增库区
|
|
* 新增库区
|
|
- *
|
|
+ *
|
|
* @param baseLocationZone 库区
|
|
* @param baseLocationZone 库区
|
|
* @return 结果
|
|
* @return 结果
|
|
*/
|
|
*/
|
|
@@ -65,7 +77,7 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
|
|
|
|
|
|
|
|
* 修改库区
|
|
* 修改库区
|
|
- *
|
|
+ *
|
|
* @param baseLocationZone 库区
|
|
* @param baseLocationZone 库区
|
|
* @return 结果
|
|
* @return 结果
|
|
*/
|
|
*/
|
|
@@ -78,7 +90,7 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
|
|
|
|
|
|
|
|
* 批量删除库区
|
|
* 批量删除库区
|
|
- *
|
|
+ *
|
|
* @param zoneIds 需要删除的库区主键
|
|
* @param zoneIds 需要删除的库区主键
|
|
* @return 结果
|
|
* @return 结果
|
|
*/
|
|
*/
|
|
@@ -90,7 +102,7 @@ public class BaseLocationZoneServiceImpl implements IBaseLocationZoneService
|
|
|
|
|
|
|
|
|
|
* 删除库区信息
|
|
* 删除库区信息
|
|
- *
|
|
+ *
|
|
* @param zoneId 库区主键
|
|
* @param zoneId 库区主键
|
|
* @return 结果
|
|
* @return 结果
|
|
*/
|
|
*/
|