ofbiz中联系方式数据结构的分析

contact_mech_type(联系方式种类)

contact_mech_purpose_type(详细联系方式分类,即contact_mech_type子类 或是 联系方式具体用途)

contact_mech_purpose_type_purpose(作为contact_mech_type 与 contact_mech_purpose_type 之间 一对多的关系表)

contact_mech (记录用户所设置的各种联系条目,contact_mech_type_id字段说明那种联系方式)
如果contact_mech中的contact_mech_type_id=“postalAddress” 其扩张所对应的信息则在postal_address表
如果contact_mech中的contact_mech_type_id="TELECOM_NUMBER" 其扩张所对应的信息则在telecom_number表
如果contact_mech中的contact_mech_type_id="EMAIL_ADDRESS" 该表的info_string就为邮件地址

party_contact_mech(记录该party拥有多少条联系条目,作为party 与 contact_mech的一对多的关系表)

party_contact_mech_purpose(记录contact_mech中的条目都是什么用途,作为party 与 contact_mech的一对多的关系表)

party_profile_default(设置默认地址,默认付款方式等)

 

 

说的有误的地方,请大家指点,谢谢哈

你可能感兴趣的:(ofbiz)