salsalesfollowupproduct.md 2.72 KB

salsalesfollowupproduct

销售机会主表

  • Engine: InnoDB
  • Collation: utf8mb3_general_ci

Columns

# Name Type Null Key Default Extra Comment
1 iIncrement int NO PRI auto_increment 自增列
2 sId varchar(100) NO MUL 标准Id
3 sBrandsId varchar(100) NO 加工商Id
4 sSubsidiaryId varchar(100) NO 子公司ID
5 iOrder int NO 0 排序号
6 sParentId varchar(100) NO 父级ID
7 sMemo text YES 备注
8 sPReserve1 varchar(255) YES 预留字符1
9 sPReserve2 varchar(255) YES 预留字符2
10 sPReserve3 varchar(255) YES 预留字符3
11 sPReserve4 varchar(255) YES 预留字符4
12 sPReserve5 varchar(255) YES 预留字符5
13 sPReserve6 varchar(255) YES 预留字符6
14 dPReserve1 decimal(18,6) YES 预留数字1
15 dPReserve2 decimal(18,6) YES 预留数字2
16 dPReserve3 decimal(18,6) YES 预留数字3
17 iPReserve1 int YES 预留整型1
18 iPReserve2 int YES 预留整型2
19 iPReserve3 int YES 预留整型3
20 tPReserve1 datetime YES 预留日期1
21 tPReserve2 datetime YES 预留日期2
22 sCustomerId varchar(100) YES 客户Id
23 sProductId varchar(100) YES 产品Id
24 sProductMemo text YES 产品描述
25 dProductPrice decimal(18,6) NO 0.000000 价格
26 dProductQty decimal(18,6) NO 0.000000 产品数量
27 dProductMoney decimal(18,6) NO 0.000000 金额
28 sProductType varchar(255) NO 产品类型
29 sBussinessType varchar(255) NO 业务类型
30 sMakePerson varchar(255) NO 制单人
31 sProductClassifyId varchar(100) YES 成品分类Id
32 sSrcId varchar(100) NO 源单ID
33 sSrcSlaveId varchar(100) NO 源单从表ID

Indexes

Name Unique Type Columns
IndexU_salsalesfollowupproduct BTREE sId, sBrandsId, sSubsidiaryId
PRIMARY BTREE iIncrement

Narrative

No human-written narrative yet — when this table is exercised by a vertical slice, link from there back to this page.