rk
2025-10-21 5841a771d4455d25adb185b8a0637c9ba498aab2
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/JkSketchCustomerService.java
@@ -1,5 +1,6 @@
package com.doumee.service.business;
import com.doumee.dao.business.model.JkCustomerNavigation;
import com.doumee.service.business.third.model.PageData;
import com.doumee.service.business.third.model.PageWrap;
import com.doumee.dao.business.model.JkSketchCustomer;
@@ -78,7 +79,8 @@
     * @return List<JkSketchCustomer>
     */
    List<JkSketchCustomer> findList(JkSketchCustomer jkSketchCustomer);
    List<JkCustomerNavigation>  allMapList(JkSketchCustomer jkSketchCustomer);
    /**
     * 分页查询
     *