“djh”
4 days ago c26e227abe288476c11b0a8b7875045e71efa14c
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);