admin
2022-03-28 2f5935ed11672046c37f733d855214f6147b4b58
fanli/src/main/java/com/yeshi/fanli/service/inter/config/CustomerNameService.java
@@ -1,13 +1,13 @@
package com.yeshi.fanli.service.inter.config;
import java.util.List;
import com.yeshi.fanli.entity.system.CustomerName;
public interface CustomerNameService {
   public List<CustomerName> customerNameList(int page, String key, int type);
}
package com.yeshi.fanli.service.inter.config;
import java.util.List;
import com.yeshi.fanli.entity.system.CustomerName;
public interface CustomerNameService {
   public List<CustomerName> customerNameList(int page, String key, int type);
}