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

com.fhs.fileService.dao.ServiceFileDAO Maven / Gradle / Ivy

The newest version!
/*
 * 文 件 名:  ServiceFileDAO.java
 * 版    权:  sxpartner Technology International Ltd.
 * 描    述:  <描述>.
 * 修 改 人:  wanglei
 * 修改时间:  ${date}
 * 跟踪单号:  <跟踪单号>
 * 修改单号:  <修改单号>
 * 修改内容:  <修改内容>
 */
package com.fhs.fileService.dao;

import com.mybatis.jpa.annotation.MapperDefinition;
import com.fhs.core.base.dao.BaseDao;
import com.fhs.fileService.bean.ServiceFile;
import org.springframework.stereotype.Repository;

/**
 * 文件 beancrud dao
 * @author  王磊
 * @version  [版本号, 2015/08/14 11:34:23]
 * @see  [相关类/方法]
 * @since  [产品/模块版本]
 */
@MapperDefinition(domainClass = ServiceFile.class)
public interface ServiceFileDAO extends BaseDao
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy