Himall3.4數(shù)據(jù)字典(從3.3比多了幾個字段和一個表,有用綠色背景底色標記)
2.1.12?Himall_ArticleCategory?:文章分類信息表
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
ParentCategoryId | Integer(20) | 非空 | ||
Name | String(100) | 文章類型名稱 | ||
DisplaySequence | Integer(20) | 非空 | 顯示順序 | |
IsDefault | Enum | 非空 | 是否為默認 |
2.1.13?Himall_Attribute?:屬性表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
TypeId | Integer(20) | 普通索引,非空 | ||
Name | String(100) | 非空 | 名稱 | |
DisplaySequence | Integer(20) | 非空 | ||
IsMust | Enum | 非空 | 是否為必選 | |
IsMulti | Enum | 非空 | 是否可多選 |
2.1.14?Himall_AttributeValue:屬性值表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
AttributeId | Integer(20) | 普通索引,非空 | 屬性ID | |
Value | String(100) | 非空 | 屬性值 | |
DisplaySequence | Integer(20) | 非空 |
2.1.15?Himall_AutoReply:微信自動回復信息設置表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer | 主鍵,自增長 | ||
RuleName | String(50) | 規(guī)則名稱 | ||
Keyword | String(30) | 關鍵詞 | ||
MatchType | Integer | 非空 | 匹配方式(模糊,完全匹配) | |
TextReply | String(300) | 文字回復內(nèi)容 | ||
IsOpen | Integer | 非空,缺省值:0 | 是否開啟 | |
ReplyType | Integer | 非空 | 消息回復類型-(關注回復,關鍵詞回復,消息自動回復) | |
ReplyContentType | Integer | 非空,缺省值:1 | 消息內(nèi)容的類型,1=文本,2=圖文素材 | |
MediaId | String(200) | 素材ID |
2.1.16?Himall_Banner:導航欄設置表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
ShopId | Integer(20) | 非空 | ||
Name | String(100) | 非空 | 導航名稱 | |
Position | Integer | 非空 | 導航顯示位置 | |
DisplaySequence | Integer(20) | 非空 | ||
Url | String(1000) | 非空 | 跳轉URL | |
Platform | Integer | 非空,缺省值:0 | 顯示在哪個終端 | |
UrlType | Integer | 非空,缺省值:0 | ||
STATUS | Integer | 非空,缺省值:1 | 開啟或者關閉 | |
EnableDelete | Integer | 非空,缺省值:1 | 能否刪除 |
2.1.17?Himall_Bonus:吸粉紅包信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
Type | Integer | 非空 | 類型,活動紅包,關注送紅包 | |
Style | Integer | 非空 | 樣式,模板一(源生風格),模板二 | |
Name | String(100) | 名稱 | ||
MerchantsName | String(50) | 商戶名稱 | ||
Remark | String(200) | 備注 | ||
Blessing | String(100) | 祝福語 | ||
TotalPrice | Float(20,2) | 非空 | 總面額 | |
StartTime | Date | 非空 | 開始日期 | |
EndTime | Date | 非空 | 結束日期 | |
QRPath | String(100) | 二維碼 | ||
PriceType | Integer | 非空 | 是否固定金額 | |
FixedAmount | Float(20,2) | 非空,缺省值:0.00 | 固定金額 | |
RandomAmountStart | Float(20,2) | 非空,缺省值:0.00 | 隨機金額起止范圍 | |
RandomAmountEnd | Float(20,2) | 非空,缺省值:0.00 | 隨機金額起止范圍 | |
ReceiveCount | Integer | 非空 | ||
ImagePath | String(100) | |||
Description | String(255) | |||
IsInvalid | Enum | 非空 | ||
ReceivePrice | Float(20,2) | 非空 | ||
ReceiveHref | String(200) | 非空 | ||
IsAttention | Enum | 非空 | ||
IsGuideShare | Enum | 非空 |
2.1.18?Himall_BonusReceive:吸粉紅包領取信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
BonusId | Integer(20) | 外鍵,普通索引,非空 | 紅包Id | |
OpenId | String(100) | 領取人微信Id | ||
ReceiveTime | Date | 領取日期 | ||
Price | Float(20,2) | 非空 | 領取金額 | |
IsShare | Enum | 非空 | ||
IsTransformedDeposit | Enum | 非空 | 紅包金額是否已經(jīng)轉入了預存款 | |
UserId | Integer(20) | 外鍵,普通索引 |
2.1.19?Himall_Brand:品牌信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
Name | String(100) | 非空 | 品牌名稱 | |
DisplaySequence | Integer(20) | 非空 | 順序 | |
Logo | String(1000) | LOGO | ||
RewriteName | String(50) | 未使用 | ||
Description | String(1000) | 說明 | ||
Meta_Title | String(1000) | SEO | ||
Meta_Description | String(1000) | |||
Meta_Keywords | String(1000) | |||
IsRecommend | Enum | 非空 | ||
IsDeleted | Bool | 非空 | 是否已刪除 |
2.1.20?Himall_BrowsingHistory:瀏覽記錄表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
MemberId | Integer(20) | 普通索引,非空 | 會員ID | |
ProductId | Integer(20) | 普通索引,非空 | ||
BrowseTime | Date | 非空 | 瀏覽時間 |
2.1.21?Himall_BusinessCategory:商家經(jīng)營分類信息?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
ShopId | Integer(20) | 非空 | ||
CategoryId | Integer(20) | 普通索引,非空 | 分類ID | |
CommisRate | Float(10,2) | 非空 | 分傭比例 |
2.1.22?Himall_BusinessCategoryApply:商家申請經(jīng)營分類表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | 主鍵 | |
ApplyDate | Date | 非空 | 申請日期 | |
ShopId | Integer(20) | 非空 | 店鋪ID | |
ShopName | String(100) | 非空 | 店鋪名稱 | |
AuditedStatus | Integer | 非空 | 審核狀態(tài) | |
AuditedDate | Date |
2.1.23?Himall_BusinessCategoryApplyDetail:商家申請經(jīng)營分類明細?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer | 主鍵,自增長 | ||
CommisRate | Float(10,2) | 非空 | 分傭比例 | |
CategoryId | Integer(20) | 普通索引,非空 | 類目ID | |
ApplyId | Integer(20) | 普通索引,非空 | 申請Id |
2.1.24?Himall_Capital:會員預付款信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
MemId | Integer(20) | 非空 | 會員ID | |
Balance | Float(20,2) | 非空,缺省值:0.00 | 可用余額 | |
FreezeAmount | Float(20,2) | 非空,缺省值:0.00 | 凍結資金 | |
ChargeAmount | Float(20,2) | 非空,缺省值:0.00 | 累計充值總金額 | |
PresentAmount | Float(20,2) | 非空,缺省值:0.00 | 累積充值贈送 |
2.1.25?Himall_CapitalDetail:會員預付款信息明細表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵 | ||
CapitalID | Integer(20) | 普通索引,非空 | 資產(chǎn)主表ID | |
SourceType | Integer | 非空 | 資產(chǎn)類型 | |
Amount | Float(20,2) | 非空 | 金額 | |
SourceData | String(100) | 來源數(shù)據(jù) | ||
CreateTime | Date | 非空 | 交易時間 | |
Remark | String(255) | 備注 | ||
PresentAmount | Float(20,2) | 非空,缺省值:0.00 | 贈送 |
2.1.26?Himall_CashDeposit:商家保證金主表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | 主鍵ID | |
ShopId | Integer(20) | 普通索引,非空 | Shop表外鍵 | |
CurrentBalance | Float(12,2) | 非空,缺省值:0.00 | 可用金額 | |
TotalBalance | Float(12,2) | 非空,缺省值:0.00 | 已繳納金額 | |
Date | Date | 非空 | 最后一次繳納時間 | |
EnableLabels | Enum | 非空,缺省值:1 | 是否顯示標志,只有保證金欠費該字段才有用,默認顯示 |
2.1.27?Himall_CashDepositDetail:商家保證金明細表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
CashDepositId | Integer(20) | 普通索引,非空,缺省值:0 | ||
AddDate | Date | 非空 | ||
Balance | Float(12,2) | 非空,缺省值:0.00 | ||
Operator | String(50) | 非空 | 操作類型 | |
Description | String(1000) | 說明 | ||
RechargeWay | Integer | 充值類型(銀聯(lián)、支付寶之類的) |
2.1.28?Himall_Category:平臺分類信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵 | ||
Name | String(100) | 非空 | 分類名稱 | |
Icon | String(1000) | 分類圖標 | ||
DisplaySequence | Integer(20) | 非空 | ||
SupportVirtualProduct | Bool | 非空,缺省值:b'0' | 是否支持虛擬商品(0=否,1=是) | |
ParentCategoryId | Integer(20) | 非空 | ||
Depth | Integer | 非空 | 分類的深度 | |
Path | String(100) | 非空 | 分類的路徑(以|分離) | |
RewriteName | String(50) | 未使用 | ||
HasChildren | Enum | 非空 | 是否有子分類 | |
TypeId | Integer(20) | 普通索引,非空,缺省值:0 | ||
CommisRate | Float(10,2) | 非空 | 分傭比例 | |
Meta_Title | String(1000) | |||
Meta_Description | String(1000) | |||
Meta_Keywords | String(1000) | |||
IsDeleted | Bool | 非空 | 是否已刪除 | |
IsShow | Enum | 非空,缺省值:1 | 是否顯示 |
2.1.29?Himall_CategoryCashDeposit:分類需繳納保證金信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 非空 | 主鍵Id | |
CategoryId | Integer(20) | 主鍵 | 分類Id | |
NeedPayCashDeposit | Float(12,2) | 非空,缺省值:0.00 | 需要繳納保證金 | |
EnableNoReasonReturn | Enum | 非空,缺省值:1 | 允許七天無理由退貨 |
2.1.30?Himall_ChargeDetail:會員預付款信息明細表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵 | ||
MemId | Integer(20) | 非空 | 會員ID | |
ChargeTime | Date | 充值時間 | ||
ChargeAmount | Float(20,2) | 非空 | 充值金額 | |
ChargeWay | String(50) | 充值方式 | ||
ChargeStatus | Integer | 非空 | 充值狀態(tài) | |
CreateTime | Date | 非空 | 提交充值時間 | |
PresentAmount | Float(20,2) | 非空,缺省值:0.00 | 贈送 |
2.1.31?Himall_ChargeDetailShop:店鋪充值明細表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵 | ||
ShopId | Integer(20) | 非空 | 店鋪ID | |
ChargeTime | Date | 充值時間 | ||
ChargeAmount | Float(20,2) | 非空 | 充值金額 | |
ChargeWay | String(50) | 充值方式 | ||
ChargeStatus | Integer | 非空 | 充值狀態(tài) | |
CreateTime | Date | 非空 | 提交充值時間 |
2.1.32?Himall_CityExpressConfig:商家達達物流配置?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
ShopId | Integer(20) | 非空 | 商家編號 | |
IsEnable | Enum | 非空,缺省值:0 | 是否開啟 | |
source_id | String(200) | 商戶號 | ||
app_key | String(200) | appKey | ||
app_secret | String(200) | appSecret |
2.1.33?Himall_Collocation:組合購信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ID自增 | |
Title | String(100) | 非空 | 組合購標題 | |
StartTime | Date | 非空 | 開始日期 | |
EndTime | Date | 非空 | 結束日期 | |
ShortDesc | String(1000) | 組合描述 | ||
ShopId | Integer(20) | 非空 | 組合購店鋪ID | |
CreateTime | Date | 添加時間 |
2.1.34?Himall_CollocationPoruduct:組合購商品表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ID自增 | |
ProductId | Integer(20) | 普通索引,非空 | 商品ID | |
ColloId | Integer(20) | 普通索引,非空 | 組合購ID | |
IsMain | Enum | 非空 | 是否主商品 | |
DisplaySequence | Integer | 非空 | 排序 |
2.1.35?Himall_CollocationSku:組合購商品SKU表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ID自增 | |
ProductId | Integer(20) | 普通索引,非空 | 商品ID | |
SkuID | String(100) | 非空 | 商品SkuId | |
ColloProductId | Integer(20) | 普通索引,非空 | 組合商品表ID | |
Price | Float(20,2) | 非空 | 組合購價格 | |
SkuPirce | Float(20,2) | 非空 | 原始價格 |
2.1.36?Himall_Coupon:優(yōu)惠券信息表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer(20) | 主鍵,自增長 | ||
ShopId | Integer(20) | 普通索引,非空 | ||
ShopName | String(100) | 店鋪名稱 | ||
Price | Float(19) | 非空 | 價格 | |
PerMax | Integer | 非空 | 最大可領取張數(shù) | |
OrderAmount | Float(19) | 非空 | 訂單金額(滿足多少錢才能使用) | |
Num | Integer | 非空 | 發(fā)行張數(shù) | |
StartTime | Date | 非空 | 開始時間 | |
EndTime | Date | 非空 | ||
CouponName | String(100) | 非空 | 優(yōu)惠券名稱 | |
CreateTime | Date | 非空 | ||
ReceiveType | Integer | 非空,缺省值:0 | 領取方式?0?店鋪首頁?1?積分兌換?2?主動發(fā)放 | |
NeedIntegral | Integer | 非空 | 所需積分 | |
EndIntegralExchange | Date | 非空 | 兌換截止時間 | |
IntegralCover | String(200) | 積分商城封面 | ||
IsSyncWeiXin | Integer | 非空,缺省值:0 | 是否同步到微信 | |
WXAuditStatus | Integer | 非空,缺省值:0 | 微信狀態(tài) | |
CardLogId | Integer(20) | 微信卡券記錄號?與微信卡券記錄關聯(lián) | ||
UseArea | Integer(1) | 非空,缺省值:0 | 使用范圍:0=全場通用,1=部分商品可用 | |
Remark | String(500) |
2.1.37?Himall_CouponProduct:優(yōu)惠券可使用的商品信息?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer | 主鍵,自增長 | ||
CouponId | Integer(20) | 普通索引,非空 | ||
ProductId | Integer(20) | 普通索引,非空 |
2.1.37?Himall_CouponShop:平臺優(yōu)惠券可使用的商家表?
字段名 | 邏輯名 | 數(shù)據(jù)類型 | 約束 | 說明 |
Id | Integer | 主鍵,自增長 | ||
CouponId | Integer(20) | 普通索引,非空 | 優(yōu)惠券Id | |
ShopId | Integer(20) | 普通索引,非空 | 商家Id |
2.1.38?Himall_CouponRecord:優(yōu)惠券領取記錄表?
http://www.sewhandpan.cn/
http://www.nuomasilin.cn/
http://www.anlancs.com/
【上一篇】Himall數(shù)據(jù)字典
Himall3.4數(shù)據(jù)字典三【下一篇】
0 Comments.