rk
3 天以前 568e38a95cb6fb20fe16b53d17f610aefc6f744f
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -1,7 +1,7 @@
package com.doumee.service.business;
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.service.business.third.model.PageData;
import com.doumee.service.business.third.model.PageWrap;
import com.doumee.dao.business.model.Category;
import java.util.List;
@@ -78,7 +78,14 @@
     * @return List<Category>
     */
    List<Category> findList(Category category);
    /**
     * 自定义列表
     * @param category
     * @return
     */
    List<Category> queryList(Category category);
    /**
     * 分页查询
     *
@@ -94,4 +101,6 @@
     * @return long
     */
    long count(Category category);
    List<Category> findChileList(Category model);
}