All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.database.service.TreeService Maven / Gradle / Ivy

The newest version!
package ars.database.service;

import java.util.List;

import ars.invoke.local.Api;
import ars.invoke.request.Requester;

/**
 * 树形数据业务操作接口
 *
 * @param  数据模型
 * @author wuyongqiang
 */
public interface TreeService extends Service {
    /**
     * 获取树对象列表
     *
     * @param requester 请求对象
     * @return 树对象实例列表
     */
    @Api("trees")
    public List trees(Requester requester);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy