CustomerService.java 231 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 package com.huaheng.pc.general.customer.service; import com.huaheng.pc.general.customer.domain.Customer; import com.baomidou.mybatisplus.extension.service.IService; public interface CustomerService extends IService<Customer>{ }