service-store/src/main/java/com/java110/store/bmo/allocation/IAllocationBMO.java
@@ -9,5 +9,5 @@
     * @param tmpAllocationStorehouseDto
     * @param allocationStock
     */
    void doToAllocationStorehouse(AllocationStorehouseDto tmpAllocationStorehouseDto, int allocationStock);
    void doToAllocationStorehouse(AllocationStorehouseDto tmpAllocationStorehouseDto, double allocationStock);
}