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

com.cory.dao.ClusterJobDao Maven / Gradle / Ivy

There is a newer version: 0.0.35
Show newest version
package com.cory.dao;

import com.cory.db.annotations.Dao;
import com.cory.model.ClusterJob;

/**
 * generated by CodeGenerator on 2017/5/10.
 */
@Dao(model = ClusterJob.class)
public interface ClusterJobDao extends BaseDao { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy