“djh”
6 days ago 9abc6588d464269024d3e680b98cfd71e2acc84e
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);
}