Loading src/Service/Interfaces/StoreServiceInterface.php +26 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,21 @@ interface StoreServiceInterface */ public function createBatchWarehousing(array $attributes): bool; /** * description:批量创建出库单,多个仓库 直接出虚拟仓 * author: fuyunnan * @param array $attributes 提交的数组 参考yapi http://api.huaperfect.com/project/38/interface/api/6968 * @return bool * @throws * Date: 2020/8/8 */ public function createBatchWarehousingStatus(array $attributes): bool; /** * description:批量创建出库单,出库单直接出库 * author: fuyunnan Loading @@ -143,6 +158,17 @@ interface StoreServiceInterface */ public function createBatchInOrder(array $attributes): bool; /** * description:批量创建入库单,能自定义入库单状态 * author: fuyunnan * @param array $attributes 需要入库的数组 格式请参考yapi 入库添加 * @return bool * @throws * Date: 2020/7/6 */ public function createBatchInOrderStatus(array $attributes): bool; /** * description:生产单结束获取统计单号值 * author: fuyunnan Loading Loading
src/Service/Interfaces/StoreServiceInterface.php +26 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,21 @@ interface StoreServiceInterface */ public function createBatchWarehousing(array $attributes): bool; /** * description:批量创建出库单,多个仓库 直接出虚拟仓 * author: fuyunnan * @param array $attributes 提交的数组 参考yapi http://api.huaperfect.com/project/38/interface/api/6968 * @return bool * @throws * Date: 2020/8/8 */ public function createBatchWarehousingStatus(array $attributes): bool; /** * description:批量创建出库单,出库单直接出库 * author: fuyunnan Loading @@ -143,6 +158,17 @@ interface StoreServiceInterface */ public function createBatchInOrder(array $attributes): bool; /** * description:批量创建入库单,能自定义入库单状态 * author: fuyunnan * @param array $attributes 需要入库的数组 格式请参考yapi 入库添加 * @return bool * @throws * Date: 2020/7/6 */ public function createBatchInOrderStatus(array $attributes): bool; /** * description:生产单结束获取统计单号值 * author: fuyunnan Loading