package com.ruoyi.basic.service; import com.ruoyi.basic.pojo.IfsInventoryQuantity; public interface IfsInventoryQuantityService { int addIfsInventory(IfsInventoryQuantity ifsInventoryQuantity); int delIfsInventory(Integer id); }