Changes between Version 20 and Version 21 of web-entity


Ignore:
Timestamp:
02/24/2012 10:45:14 AM (14 years ago)
Author:
yangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-entity

    v20 v21  
    11== 汽车网车友汇项目实体定义 == 
    22 
    3 1. [#point001 用户]  
    4 2. [#point002 活动]  
    5 3. [#point003 活动详情]  
    6 4. [#point004 活动成员关系]  
    7 5. [#point005 活动记账] 
    8 6. [#point006 活动行程(标注)]  
    9 7. [#point007 活动申请列表]  
    10 8. [#point008 活动实际路径]  
    11 9. [#point009 车友会]  
    12 10. [#point010 用户关注的车友会]  
    13 11. [#point011 照片]  
    14 12. [#point012 评论] 
     31. [#point001 用户 autofan_account]  
     42. [#point002 活动 autofan_act]  
     53. [#point003 活动详情 autofan_act_detail]  
     64. [#point004 活动成员关系 autofan_act_member]  
     75. [#point005 活动记账 autofan_act_pay] 
     86. [#point006 活动行程(标注)autofan_act_route]  
     97. [#point007 活动申请列表 autofan_act_apply]  
     108. [#point008 活动实际路径 autofan_act_real_route]  
     119. [#point009 车友会 autofan_club]  
     1210. [#point010 用户关注的车友会 autofan_follow_club]  
     1311. [#point011 照片 autofan_img]  
     1412. [#point012 评论 autofan_comment] 
    1515 
    16 === [=#point001 1.用户] === 
     16=== [=#point001 1.用户 autofan_account] === 
    1717||=字段=||=名称=||=类型=||=备注=|| 
    1818||uid||太平洋公共帐号ID||bigint(20)|| || 
     
    3131||has-audit||HAS-AUDIT||smallint|| || 
    3232 
    33 === [=#point002 2.活动] === 
     33=== [=#point002 2.活动 autofan_act] === 
    3434||=字段=||=名称=||=类型=||=备注=|| 
    3535||id||活动ID||bigint(20)|| || 
     
    3939||status||状态||smallint||进行中,删除|| 
    4040||club-id|| ||bigint(20)|| || 
    41 ||area-id|| ||bigint(20)|| || 
     41||area-id||地区||int|| || 
    4242||has-recommend||是否推荐||smallint|| || 
    4343||recommend-date||推荐时间||datetime|| || 
    44 ||area-id||地区||int|| || 
    4544||created-by||uid||bigint(20)|| || 
    4645||create-date||创建时间||datetime|| || 
     
    5352||has-audit||HAS-AUDIT||smallint||审核员审核标记,1已经审过,0未审过,或者需要再审|| 
    5453 
    55 === [=#point003 3.活动详情] === 
     54=== [=#point003 3.活动详情 autofan_act_detail] === 
    5655||=字段=||=名称=||=类型=||=备注=|| 
    5756||act-id||活动ID||bigint(20)|| || 
    5857||detail||活动详情||varchar(4000)||手台是必须的吗,如果必须的话,单独记录比较合适|| 
    5958 
    60 === [=#point004 4.活动成员关系] === 
     59=== [=#point004 4.活动成员关系 autofan_act_member] === 
    6160||=字段=||=名称=||=类型=||=备注=|| 
     61||id||ID||bigint(20)|| || 
    6262||act-id||活动ID||bigint(20)|| || 
    6363||uid||用户ID||bigint(20)|| || 
     
    7272 
    7373 
    74 === [=#point005 5.活动记账] 
     74=== [=#point005 5.活动记账 autofan_act_pay] 
    7575||=字段=||=名称=||=类型=||=备注=|| 
    7676||id||费用ID||bigint(20)|| || 
     
    8282 
    8383 
    84 === [=#point006 6.活动行程(标注)] === 
     84=== [=#point006 6.活动行程(标注) autofan_act_route] === 
    8585||=字段=||=名称=||=类型=||=备注=|| 
     86||id||ID||bigint(20)|| || 
    8687||act-id||活动ID||bigint(20)|| || 
    8788||seq||顺序号||smallint|| || 
     
    9798||desc||备注||varchar(100)|| || 
    9899 
    99 === [=#point007 7.活动申请列表] === 
     100=== [=#point007 7.活动申请列表 autofan_act_apply] === 
    100101||=字段=||=名称=||=类型=||=备注=|| 
     102||id||ID||bigint(20)|| || 
    101103||act-id||活动ID||bigint(20)|| || 
    102104||uid||用户ID||bigint(20)|| || 
     
    110112||last-update-date||最后修改时间||datetime|| || 
    111113 
    112 === [=#point008 8.活动实际路径] === 
     114=== [=#point008 8.活动实际路径 autofan_act_real_route] === 
    113115||=字段=||=名称=||=类型=||=备注=|| 
     116||id||ID||bigint(20)|| || 
    114117||act-id||活动ID||bigint(20)|| || 
    115118||uid||用户ID||bigint(20)|| || 
     
    119122||create-date||创建时间||datetime|| || 
    120123 
    121 === [=#point009 9.车友会] === 
     124=== [=#point009 9.车友会 autofan_club] === 
    122125||=字段=||=名称=||=类型=||=备注=|| 
    123126||id||车友会ID||bigint(20)|| || 
     
    129132||create-date||创建时间||datetime|| || 
    130133 
    131 === [=#point010 10.用户关注的车友会] === 
     134=== [=#point010 10.用户关注的车友会 autofan_follow_club] === 
    132135||=字段=||=名称=||=类型=||=备注=|| 
     136||id||ID||bigint(20)|| || 
    133137||uid||ACCOUNT-ID||bigint(20)|| || 
    134138||club-id||车友会ID||bigint(20)|| || 
    135139||create-date|| ||datetime|| || 
    136140 
    137 === [=#point011 11.照片] === 
     141=== [=#point011 11.照片 autofan_img] === 
    138142||=字段=||=名称=||=类型=||=备注=|| 
    139143||id||图片ID||bigint(20)|| || 
     
    152156 
    153157 
    154 === [=#point012 12.评论] === 
     158=== [=#point012 12.评论 autofan_comment] === 
    155159||=字段=||=名称=||=类型=||=备注=|| 
    156160||id||评论ID||bigint(20)|| ||