liding
2025-04-10 a3e0493b2f597e8c49ee80a0c7ab92bc30dc60a3
1
2
3
4
5
6
7
8
9
package com.ruoyi.basic.service;
 
import com.ruoyi.basic.pojo.IfsInventoryQuantity;
 
public interface IfsInventoryQuantityService {
    int addIfsInventory(IfsInventoryQuantity ifsInventoryQuantity);
 
    int delIfsInventory(Integer id);
}