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

com.kasinf.framework.rest.web.service.BaseTreeServiceImpl Maven / Gradle / Ivy

The newest version!
package com.kasinf.framework.rest.web.service;

import com.kasinf.framework.rest.eneity.AbstractEntity;
import com.kasinf.framework.rest.eneity.type.TreeEntity;

import java.io.Serializable;

/**
 * 树型结构逻辑业务类
 * @author lkhsh
 * @param  树型实体
 * @param  实体主键类型
 */
public class BaseTreeServiceImpl extends BaseServiceImpl implements BaseTreeService{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy