增加商品属性的模块

This commit is contained in:
季圣华
2017-10-16 00:15:18 +08:00
parent d82e3daaec
commit db7052dec0
19 changed files with 898 additions and 5 deletions

View File

@@ -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>
{
}