商城系統(tǒng)源碼數(shù)據(jù)字典查詢4

2.1.203?Himall_VirtualProductItem:虛擬商品用戶信息項(xiàng)設(shè)置表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長 編號
ProductId Integer(20) 非空 商品ID
Name String(25) 非空 信息項(xiàng)標(biāo)題名稱
Type Enum 非空 信息項(xiàng)類型(1=文本格式,2=日期,3=時間,4=身份證,5=數(shù)字格式,6=圖片)
Required Bool 非空 是否必填(0=否,1=是)

2.1.204?Himall_WXAccToken:微信TOKEN信息表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
AppId String(50)
AccessToken String(150) 非空 微信訪問令牌
TokenOutTime Date 非空 微信令牌過期日期

2.1.205?Himall_WXAppletFormData:微信小程序模版消息記錄表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
EventId Integer(20) 非空 事件ID
EventValue String(255) 事件值
FormId String(255) 事件的表單ID
EventTime Date 非空 事件時間
ExpireTime Date 非空 FormId過期時間

2.1.206?Himall_WXCardCodeLog:微信卡卷投放記錄表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長 編號
CardLogId Integer(20) 普通索引,非空 卡券記錄號
CardId String(50) 普通索引
Code String(50) 普通索引 標(biāo)識
SendTime Date 非空 投放時間
CodeStatus Integer 非空,缺省值:0 狀態(tài)
UsedTime Date 操作時間?失效、核銷、刪除時間
CouponType Integer 非空 紅包類型
CouponCodeId Integer(20) 非空 紅包記錄編號
OpenId String 對應(yīng)OpenId

2.1.207?Himall_WXCardLog:微信卡卷記錄表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長 編號
CardId String(50) 普通索引 卡券編號
CardTitle String(50) 標(biāo)題?英文27?漢字?9個
CardSubTitle String(100) 副標(biāo)題?英文54?漢字18個
CardColor String(10) 卡券顏色?HasTable
AuditStatus Integer 非空,缺省值:0 審核狀態(tài)
AppId String(50)
AppSecret String(50)
CouponType Integer 非空 紅包類型
CouponId Integer(20) 非空 紅包編號?涉及多表,不做外鍵

2.1.208?Himall_WXSmallChoiceProduct:微信小程序首頁商品信息表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
ProductId Integer 主鍵

2.1.209?Himall_WXshop:商家微信/APP設(shè)置表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
ShopId Integer(20) 非空 店鋪ID
AppId String(30) 非空 公眾號的APPID
AppSecret String(35) 非空 公眾號的AppSecret
Token String(30) 非空 公眾號的Token
FollowUrl String(500) 跳轉(zhuǎn)的URL

2.1.210?Himall_WeiActivityAward:大轉(zhuǎn)盤活動獎品記錄表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
ActivityId Integer(20) 普通索引,非空
AwardLevel Integer 非空 保存字段1-10?分別對應(yīng)1至10等獎
AwardType Integer 非空 積分;紅包;優(yōu)惠卷
AwardCount Integer 非空
Proportion Float(12,31) 非空
Integral Integer 非空
BonusId Integer(20) 非空,缺省值:0
CouponId Integer(20) 非空,缺省值:0

2.1.211?Himall_WeiActivityInfo:大轉(zhuǎn)盤活動信息表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
ActivityTitle String(200) 非空
ActivityType Integer 非空
ActivityDetails String(500) 非空
ActivityUrl String(300) 非空
BeginTime Date 非空
EndTime Date 非空
ParticipationType Integer 非空 0?共幾次?1天幾次?2無限制
ParticipationCount Integer 非空
ConsumePoint Integer 非空 0不消耗積分?大于0消耗積分
CodeUrl String(300)
AddDate Date 非空

2.1.212?Himall_WeiActivityWinInfo:大轉(zhuǎn)盤活動領(lǐng)取記錄表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
UserId Integer(20) 非空
ActivityId Integer(20) 普通索引,非空
AwardId Integer(20) 非空
IsWin Enum 非空
AwardName String(200)
AddDate Date 非空

2.1.213?Himall_WeiXinBasic:微信ticket表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
Ticket String(200) 微信Ticket
TicketOutTime Date 非空 微信Ticket過期日期
AppId String(50)
AccessToken String(500)

2.1.214?Himall_WeiXinMsgTemplate:微信模版消息信息表

字段名 邏輯名 數(shù)據(jù)類型 約束 說明
Id Integer(20) 主鍵,自增長
MessageType Integer 非空 消息類別
TemplateNum String(30) 消息模板編號
TemplateId String(100) 消息模板ID
UpdateDate Date 非空 更新日期
IsOpen Enum 非空 是否啟用
UserInWxApplet Enum 非空,缺省值:0000 是否小程序微信通知

 

http://www.sewhandpan.cn/

http://www.nuomasilin.cn/

http://www.anlancs.com/

更多
  • 該日志由 于2020年05月26日發(fā)表在 未分類 分類下, 你可以發(fā)表評論,并在保留原文地址 及作者的情況下引用到你的網(wǎng)站或博客。
  • 本文鏈接: 商城系統(tǒng)源碼數(shù)據(jù)字典查詢4 | 幫助信息-動天數(shù)據(jù)
  • 版權(quán)所有: 幫助信息-動天數(shù)據(jù)-轉(zhuǎn)載請標(biāo)明出處
  • 【上一篇】 【下一篇】

    0 Comments.

    發(fā)表評論