Changes between Version 20 and Version 21 of web-entity
- Timestamp:
- 02/24/2012 10:45:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
web-entity
v20 v21 1 1 == 汽车网车友汇项目实体定义 == 2 2 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 评论 ]3 1. [#point001 用户 autofan_account] 4 2. [#point002 活动 autofan_act] 5 3. [#point003 活动详情 autofan_act_detail] 6 4. [#point004 活动成员关系 autofan_act_member] 7 5. [#point005 活动记账 autofan_act_pay] 8 6. [#point006 活动行程(标注)autofan_act_route] 9 7. [#point007 活动申请列表 autofan_act_apply] 10 8. [#point008 活动实际路径 autofan_act_real_route] 11 9. [#point009 车友会 autofan_club] 12 10. [#point010 用户关注的车友会 autofan_follow_club] 13 11. [#point011 照片 autofan_img] 14 12. [#point012 评论 autofan_comment] 15 15 16 === [=#point001 1.用户 ] ===16 === [=#point001 1.用户 autofan_account] === 17 17 ||=字段=||=名称=||=类型=||=备注=|| 18 18 ||uid||太平洋公共帐号ID||bigint(20)|| || … … 31 31 ||has-audit||HAS-AUDIT||smallint|| || 32 32 33 === [=#point002 2.活动 ] ===33 === [=#point002 2.活动 autofan_act] === 34 34 ||=字段=||=名称=||=类型=||=备注=|| 35 35 ||id||活动ID||bigint(20)|| || … … 39 39 ||status||状态||smallint||进行中,删除|| 40 40 ||club-id|| ||bigint(20)|| || 41 ||area-id|| ||bigint(20)|| ||41 ||area-id||地区||int|| || 42 42 ||has-recommend||是否推荐||smallint|| || 43 43 ||recommend-date||推荐时间||datetime|| || 44 ||area-id||地区||int|| ||45 44 ||created-by||uid||bigint(20)|| || 46 45 ||create-date||创建时间||datetime|| || … … 53 52 ||has-audit||HAS-AUDIT||smallint||审核员审核标记,1已经审过,0未审过,或者需要再审|| 54 53 55 === [=#point003 3.活动详情 ] ===54 === [=#point003 3.活动详情 autofan_act_detail] === 56 55 ||=字段=||=名称=||=类型=||=备注=|| 57 56 ||act-id||活动ID||bigint(20)|| || 58 57 ||detail||活动详情||varchar(4000)||手台是必须的吗,如果必须的话,单独记录比较合适|| 59 58 60 === [=#point004 4.活动成员关系 ] ===59 === [=#point004 4.活动成员关系 autofan_act_member] === 61 60 ||=字段=||=名称=||=类型=||=备注=|| 61 ||id||ID||bigint(20)|| || 62 62 ||act-id||活动ID||bigint(20)|| || 63 63 ||uid||用户ID||bigint(20)|| || … … 72 72 73 73 74 === [=#point005 5.活动记账 ]74 === [=#point005 5.活动记账 autofan_act_pay] 75 75 ||=字段=||=名称=||=类型=||=备注=|| 76 76 ||id||费用ID||bigint(20)|| || … … 82 82 83 83 84 === [=#point006 6.活动行程(标注) ] ===84 === [=#point006 6.活动行程(标注) autofan_act_route] === 85 85 ||=字段=||=名称=||=类型=||=备注=|| 86 ||id||ID||bigint(20)|| || 86 87 ||act-id||活动ID||bigint(20)|| || 87 88 ||seq||顺序号||smallint|| || … … 97 98 ||desc||备注||varchar(100)|| || 98 99 99 === [=#point007 7.活动申请列表 ] ===100 === [=#point007 7.活动申请列表 autofan_act_apply] === 100 101 ||=字段=||=名称=||=类型=||=备注=|| 102 ||id||ID||bigint(20)|| || 101 103 ||act-id||活动ID||bigint(20)|| || 102 104 ||uid||用户ID||bigint(20)|| || … … 110 112 ||last-update-date||最后修改时间||datetime|| || 111 113 112 === [=#point008 8.活动实际路径 ] ===114 === [=#point008 8.活动实际路径 autofan_act_real_route] === 113 115 ||=字段=||=名称=||=类型=||=备注=|| 116 ||id||ID||bigint(20)|| || 114 117 ||act-id||活动ID||bigint(20)|| || 115 118 ||uid||用户ID||bigint(20)|| || … … 119 122 ||create-date||创建时间||datetime|| || 120 123 121 === [=#point009 9.车友会 ] ===124 === [=#point009 9.车友会 autofan_club] === 122 125 ||=字段=||=名称=||=类型=||=备注=|| 123 126 ||id||车友会ID||bigint(20)|| || … … 129 132 ||create-date||创建时间||datetime|| || 130 133 131 === [=#point010 10.用户关注的车友会 ] ===134 === [=#point010 10.用户关注的车友会 autofan_follow_club] === 132 135 ||=字段=||=名称=||=类型=||=备注=|| 136 ||id||ID||bigint(20)|| || 133 137 ||uid||ACCOUNT-ID||bigint(20)|| || 134 138 ||club-id||车友会ID||bigint(20)|| || 135 139 ||create-date|| ||datetime|| || 136 140 137 === [=#point011 11.照片 ] ===141 === [=#point011 11.照片 autofan_img] === 138 142 ||=字段=||=名称=||=类型=||=备注=|| 139 143 ||id||图片ID||bigint(20)|| || … … 152 156 153 157 154 === [=#point012 12.评论 ] ===158 === [=#point012 12.评论 autofan_comment] === 155 159 ||=字段=||=名称=||=类型=||=备注=|| 156 160 ||id||评论ID||bigint(20)|| ||
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)