admin
2024-01-23 81da61b828e29b7745e1382dfbbaeb685dc083ef
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);
}