xiaogang
2021-07-17 1024666b99a24bd7d5e4dc442d6b0c0319fa2f29
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);
}