增加商品属性的模块
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.jsh.dao.materials;
|
||||
|
||||
import com.jsh.base.BaseIDAO;
|
||||
import com.jsh.model.po.MaterialProperty;
|
||||
|
||||
public interface MaterialPropertyIDAO extends BaseIDAO<MaterialProperty>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user