java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java
@@ -24,7 +24,6 @@
    /**
     * <p>查询小区楼信息</p>
     *
     *
     * @param allocationAllocationStorehouseApplyhouseApplyDto 数据对象分享
     * @return AllocationStorehouseApplyDto 对象数据
     */
@@ -39,4 +38,12 @@
     */
    @RequestMapping(value = "/queryAllocationStorehouseApplysCount", method = RequestMethod.POST)
    int queryAllocationStorehouseApplysCount(@RequestBody AllocationStorehouseApplyDto allocationAllocationStorehouseApplyhouseApplyDto);
    /**
     * 添加调拨申请记录
     *
     * @param allocationStorehouseApplyDto
     */
    @RequestMapping(value = "/saveAllocationStorehouseApplys", method = RequestMethod.POST)
    void saveAllocationStorehouseApplys(@RequestBody AllocationStorehouseApplyDto allocationStorehouseApplyDto);
}