“djh”
2025-12-22 ab0682fb16c1cd1d1f1b054184296bbaae158d2b
multi-system/src/main/java/com/gkhy/exam/system/service/CustomerInventoryService.java
@@ -4,7 +4,6 @@
import com.gkhy.exam.common.api.CommonPage;
import com.gkhy.exam.common.api.CommonResult;
import com.gkhy.exam.system.domain.CustomerInventory;
import com.gkhy.exam.system.domain.CustomerRecord;
public interface CustomerInventoryService extends IService<CustomerInventory> {
    CommonPage selectCustomerInventoryList(CustomerInventory customerInventory);
@@ -16,4 +15,5 @@
    CommonResult deletedCustomerInventory(Integer customerId);
    CommonResult selectCustomerInventoryListAll(CustomerInventory customerInventory);
}