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

velocity.ueboot.Service.vm Maven / Gradle / Ivy

/*
* Copyright (c)  ${YEAR}
* All rights reserved.
* ${DATE}
*/
package ${servicePackageName};

import ${entityPackageName}.${entityFullName};
import com.ueboot.core.service.BaseService;

/**
 * Created on ${DATE}
 * @author ${USER}
 * @since 3.0.0 by ueboot-generator
 */
public interface ${entityName}Service extends BaseService<${entityFullName}> {
    /**
    * 根据ID查找对象
    * @param id 主键ID
    * @return 对象
    */
  ${entityFullName} findById(Long id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy