table   productClass  
      ClassID,ClassName     [定义商品分类]

table   ProductClassSpecialProperty   [定义每一个分类的特殊属性]
      PropertyPorpertyId,ClassID,Name

table   ProductClassSpecialPropertyValue   [特殊属性的值]
            PropertyValueId,PropertyPorpertyId,Value

table   Product     [定义商品]
      ProductID,ClassID,ProductName,ProductSomeProperty(通用的一些属性)

table   ProductSpecialProperty   [商品的特殊属性及值]
      ID,ProductID,PorpertyId,PropertyValueId
posted on 2007-11-18 17:18  海风吹呀吹  阅读(520)  评论(1编辑  收藏  举报