Commit 2c4dad5c0b47b900f0262071cd50d157c6b177c5
1 parent
d44da4ed
import
Showing
8 changed files
with
25 additions
and
5 deletions
.idea/workspace.xml
... | ... | @@ -2,8 +2,13 @@ |
2 | 2 | <project version="4"> |
3 | 3 | <component name="ChangeListManager"> |
4 | 4 | <list default="true" id="9ff7b25e-dc1a-4859-8a0c-00039489e359" name="Default Changelist" comment=""> |
5 | - <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/controller/InventoryDetailController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/controller/InventoryDetailController.java" afterDir="false" /> | |
6 | - <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailService.java" afterDir="false" /> | |
5 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/general/warehouse/controller/WareHouseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/general/warehouse/controller/WareHouseController.java" afterDir="false" /> | |
6 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailServiceImpl.java" afterDir="false" /> | |
7 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderService.java" afterDir="false" /> | |
8 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderServiceImpl.java" afterDir="false" /> | |
9 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentContainerHeader/service/ShipmentContainerHeaderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shipmentContainerHeader/service/ShipmentContainerHeaderServiceImpl.java" afterDir="false" /> | |
10 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shippingCombination/mapper/ShippingCombinationMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shippingCombination/mapper/ShippingCombinationMapper.java" afterDir="false" /> | |
11 | + <change beforePath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shippingCombination/service/ShippingCombinationService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huaheng/pc/shipment/shippingCombination/service/ShippingCombinationService.java" afterDir="false" /> | |
7 | 12 | </list> |
8 | 13 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> |
9 | 14 | <option name="SHOW_DIALOG" value="false" /> |
... | ... | @@ -197,7 +202,7 @@ |
197 | 202 | <workItem from="1565833342181" duration="13946000" /> |
198 | 203 | <workItem from="1565936336169" duration="3845000" /> |
199 | 204 | <workItem from="1565941296716" duration="6217000" /> |
200 | - <workItem from="1566175534262" duration="11506000" /> | |
205 | + <workItem from="1566175534262" duration="11810000" /> | |
201 | 206 | </task> |
202 | 207 | <task id="LOCAL-00001" summary="添加库位、库位类型增删改查接口"> |
203 | 208 | <created>1565226427512</created> |
... | ... | @@ -304,7 +309,14 @@ |
304 | 309 | <option name="project" value="LOCAL" /> |
305 | 310 | <updated>1566192821310</updated> |
306 | 311 | </task> |
307 | - <option name="localTasksCounter" value="16" /> | |
312 | + <task id="LOCAL-00016" summary="库存明细service 导包"> | |
313 | + <created>1566193184820</created> | |
314 | + <option name="number" value="00016" /> | |
315 | + <option name="presentableId" value="LOCAL-00016" /> | |
316 | + <option name="project" value="LOCAL" /> | |
317 | + <updated>1566193184820</updated> | |
318 | + </task> | |
319 | + <option name="localTasksCounter" value="17" /> | |
308 | 320 | <servers /> |
309 | 321 | </component> |
310 | 322 | <component name="TypeScriptGeneratedFilesManager"> |
... | ... | @@ -353,7 +365,8 @@ |
353 | 365 | <MESSAGE value="添加物料导入、导出模板,添加Excel导入导出配置文件" /> |
354 | 366 | <MESSAGE value="添加仓库配置" /> |
355 | 367 | <MESSAGE value="添加物料单位,重新生成库存主表和库存明细表" /> |
356 | - <option name="LAST_COMMIT_MESSAGE" value="添加物料单位,重新生成库存主表和库存明细表" /> | |
368 | + <MESSAGE value="库存明细service 导包" /> | |
369 | + <option name="LAST_COMMIT_MESSAGE" value="库存明细service 导包" /> | |
357 | 370 | </component> |
358 | 371 | <component name="XDebuggerManager"> |
359 | 372 | <breakpoint-manager> |
... | ... |
src/main/java/com/huaheng/pc/general/warehouse/controller/WareHouseController.java
... | ... | @@ -17,6 +17,7 @@ import com.huaheng.framework.web.page.TableSupport; |
17 | 17 | import com.huaheng.pc.general.company.service.CompanyService; |
18 | 18 | import com.huaheng.pc.general.warehouse.service.WarehouseService; |
19 | 19 | import com.huaheng.pc.general.warehouse.domain.Warehouse; |
20 | +import com.huaheng.pc.inventory.inventoryHeader.domain.InventoryHeader; | |
20 | 21 | import com.huaheng.pc.inventory.inventoryHeader.service.InventoryHeaderService; |
21 | 22 | import com.huaheng.pc.system.dict.service.IDictDataService; |
22 | 23 | import com.huaheng.pc.system.dict.service.IDictTypeService; |
... | ... |
src/main/java/com/huaheng/pc/inventory/inventoryDetail/service/InventoryDetailServiceImpl.java
1 | 1 | package com.huaheng.pc.inventory.inventoryDetail.service; |
2 | 2 | |
3 | +import com.huaheng.pc.inventory.inventoryDetail.domain.InventoryDetail; | |
3 | 4 | import org.springframework.stereotype.Service; |
4 | 5 | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
5 | 6 | import com.huaheng.pc.inventory.inventoryDetail.mapper.InventoryDetailMapper; |
... | ... |
src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderService.java
src/main/java/com/huaheng/pc/inventory/inventoryHeader/service/InventoryHeaderServiceImpl.java
1 | 1 | package com.huaheng.pc.inventory.inventoryHeader.service; |
2 | 2 | |
3 | +import com.huaheng.pc.inventory.inventoryHeader.domain.InventoryHeader; | |
3 | 4 | import org.springframework.stereotype.Service; |
4 | 5 | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
5 | 6 | import com.huaheng.pc.inventory.inventoryHeader.mapper.InventoryHeaderMapper; |
... | ... |
src/main/java/com/huaheng/pc/shipment/shipmentContainerHeader/service/ShipmentContainerHeaderServiceImpl.java
... | ... | @@ -9,6 +9,7 @@ import com.huaheng.pc.general.location.domain.Location; |
9 | 9 | import com.huaheng.pc.general.location.service.LocationService; |
10 | 10 | import com.huaheng.pc.general.material.domain.Material; |
11 | 11 | import com.huaheng.pc.general.material.service.MaterialService; |
12 | +import com.huaheng.pc.inventory.inventoryDetail.domain.InventoryDetail; | |
12 | 13 | import com.huaheng.pc.inventory.inventoryDetail.service.InventoryDetailService; |
13 | 14 | import com.huaheng.pc.shipment.shipmentContainerDetail.domain.ShipmentContainerDetail; |
14 | 15 | import com.huaheng.pc.shipment.shipmentContainerDetail.service.ShipmentContainerDetailService; |
... | ... |
src/main/java/com/huaheng/pc/shipment/shippingCombination/mapper/ShippingCombinationMapper.java
src/main/java/com/huaheng/pc/shipment/shippingCombination/service/ShippingCombinationService.java
1 | 1 | package com.huaheng.pc.shipment.shippingCombination.service; |
2 | 2 | |
3 | 3 | |
4 | +import com.huaheng.pc.inventory.inventoryDetail.domain.InventoryDetail; | |
4 | 5 | import com.huaheng.pc.shipment.shippingCombination.domain.ShippingSearch; |
5 | 6 | import com.huaheng.pc.shipment.shippingCombination.mapper.ShippingCombinationMapper; |
6 | 7 | import org.springframework.stereotype.Service; |
... | ... |