doum
2025-12-02 6d07596890c54a8b7cdfd14d8ebd4b4e9acefecd
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);
    /**
     * 分页查询
     *