“djh”
2026-02-03 9fa1e9aa80718718c2991b5fb32db0dd50ef1248
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);