theme|主题模块

主题信息参数:

参数 返回类型 描述 其他
themeid int ID编号 --
shopid int 商家ID --
dist1 int 所在地区1 --
dist2 int 所在地区2 --
dist3 int 所在地区3 --
dist4 int 所在地区4 --
themetype smallint 主题类型/风格 单选 主题风格内容存放在参数选项(item)中,参数名:themetype
title varchar 主题标题 --
color varchar 主题颜色 多选 主题颜色内容存放在参数选项(item)中,参数名:themecolor
themescene smallint 主题场景 单选 主题场景内容存放在参数选项(item)中,参数名:themescene
marketprice1 decimal 超值配置市场价(原价) --
price1 decimal 超值配置优惠价 --
marketprice2 decimal 豪华配置市场价(原价) --
price2 decimal 豪华配置优惠价 --
elite tinyint 推荐 1-Y,0-N --
flag tinyint 审核状态( 0-待审批,1-通过,2-未通过) --
hits int 浏览次数 --
zans int 点赞次数 --
comments int 评论总数 --
score varchar 综合评分 --
addtime int 入驻时间 使用date_format函数转换成日期格式
更多...... 请参考“theme”数据表字段

主题图库信息参数:

字段 类型 描述 其他
galleryid int ID编号 --
shopid int 所属商家ID --
themeid int 主题ID --
cattype tinyint 图集分类 1-婚礼展示区/2-婚礼宴会区 --
name varchar 图片名称 --
thumbimg varchar 缩略图 --
drawimg varchar 大图 --
orders smallint 排序 --
flag tinyint 状态 1-Y,0-N --
elite tinyint 推荐 1-Y,0-N --
addtime int 录入时间 使用date_format函数转化成日期格式
更多...... 请参考“theme_gallery”数据表字段