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);