update
This commit is contained in:
@@ -3,15 +3,14 @@ package com.jsh.dao.materials;
|
||||
import com.jsh.base.BaseDAO;
|
||||
import com.jsh.model.po.MaterialProperty;
|
||||
|
||||
public class MaterialPropertyDAO extends BaseDAO<MaterialProperty> implements MaterialPropertyIDAO
|
||||
{
|
||||
/**
|
||||
public class MaterialPropertyDAO extends BaseDAO<MaterialProperty> implements MaterialPropertyIDAO {
|
||||
/**
|
||||
* 设置dao映射基类
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public Class<MaterialProperty> getEntityClass()
|
||||
{
|
||||
@Override
|
||||
public Class<MaterialProperty> getEntityClass() {
|
||||
return MaterialProperty.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user